Package org.drinkless.tdlib
Class TdApi.UpdateStoryDeleted
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Update
org.drinkless.tdlib.TdApi.UpdateStoryDeleted
- Enclosing class:
- TdApi
A story became inaccessible.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.int
Story identifier.long
Identifier of the chat that posted the story. -
Constructor Summary
ConstructorsConstructorDescriptionA story became inaccessible.UpdateStoryDeleted
(long storyPosterChatId, int storyId) A story became inaccessible. -
Method Summary
Modifier and TypeMethodDescriptionint
Returns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
storyPosterChatId
public long storyPosterChatIdIdentifier of the chat that posted the story. -
storyId
public int storyIdStory identifier. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
UpdateStoryDeleted
public UpdateStoryDeleted()A story became inaccessible. -
UpdateStoryDeleted
public UpdateStoryDeleted(long storyPosterChatId, int storyId) A story became inaccessible.- Parameters:
storyPosterChatId
- Identifier of the chat that posted the story.storyId
- Story identifier.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-