Package org.drinkless.tdlib
Class TdApi.ChatStatisticsObjectTypeStory
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.ChatStatisticsObjectType
org.drinkless.tdlib.TdApi.ChatStatisticsObjectTypeStory
- Enclosing class:
- TdApi
Describes a story posted on behalf of the chat.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.intStory identifier. -
Constructor Summary
ConstructorsConstructorDescriptionDescribes a story posted on behalf of the chat.ChatStatisticsObjectTypeStory(int storyId) Describes a story posted on behalf of the chat. -
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
-
storyId
public int storyIdStory identifier. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
ChatStatisticsObjectTypeStory
public ChatStatisticsObjectTypeStory()Describes a story posted on behalf of the chat. -
ChatStatisticsObjectTypeStory
public ChatStatisticsObjectTypeStory(int storyId) Describes a story posted on behalf of the chat.- Parameters:
storyId- Story identifier.
-
-
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
-