Package org.drinkless.tdlib
Class TdApi.OpenStory
- Enclosing class:
- TdApi
Informs TDLib that a story is opened and is being viewed by the user.
Returns Ok
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.int
The identifier of the story.long
The identifier of the chat that posted the opened story. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
Returns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
storyPosterChatId
public long storyPosterChatIdThe identifier of the chat that posted the opened story. -
storyId
public int storyIdThe identifier of the story. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
OpenStory
public OpenStory()Default constructor for a function, which informs TDLib that a story is opened and is being viewed by the user.Returns
Ok
-
OpenStory
public OpenStory(long storyPosterChatId, int storyId) Creates a function, which informs TDLib that a story is opened and is being viewed by the user.Returns
Ok
- Parameters:
storyPosterChatId
- The identifier of the chat that posted the opened story.storyId
- The identifier of the story.
-
-
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
-