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 int
Identifier uniquely determining type of the object.int
Story 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 TypeMethodDescriptionint
Returns 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.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-