Package org.drinkless.tdlib
Class TdApi.StoryInteractionTypeForward
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.StoryInteractionType
org.drinkless.tdlib.TdApi.StoryInteractionTypeForward
- Enclosing class:
TdApi
A forward of the story as a message.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.drinkless.tdlib.TdApi.StoryInteractionType
TdApi.StoryInteractionType.Constructors -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.The message with story forward. -
Constructor Summary
ConstructorsConstructorDescriptionA forward of the story as a message.StoryInteractionTypeForward(TdApi.Message message) A forward of the story as a message. -
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
-
message
The message with story forward. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
StoryInteractionTypeForward
public StoryInteractionTypeForward()A forward of the story as a message. -
StoryInteractionTypeForward
A forward of the story as a message.- Parameters:
message- The message with story forward.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.StoryInteractionType- Returns:
- this.CONSTRUCTOR
-