Package org.drinkless.tdlib
Class TdApi.MessageStory
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.MessageContent
org.drinkless.tdlib.TdApi.MessageStory
- Enclosing class:
- TdApi
A message with a forwarded story.
-
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.boolean
True, if the story was automatically forwarded because of a mention of the user. -
Constructor Summary
ConstructorsConstructorDescriptionA message with a forwarded story.MessageStory
(long storyPosterChatId, int storyId, boolean viaMention) A message with a forwarded story. -
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. -
viaMention
public boolean viaMentionTrue, if the story was automatically forwarded because of a mention of the user. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
MessageStory
public MessageStory()A message with a forwarded story. -
MessageStory
public MessageStory(long storyPosterChatId, int storyId, boolean viaMention) A message with a forwarded story.- Parameters:
storyPosterChatId
- Identifier of the chat that posted the story.storyId
- Story identifier.viaMention
- True, if the story was automatically forwarded because of a mention of the user.
-
-
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
-