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 intIdentifier uniquely determining type of the object.intStory identifier.longIdentifier of the chat that posted the story.booleanTrue, 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 TypeMethodDescriptionintReturns 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.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-