public static class TdApi.ChatStatisticsObjectTypeStory extends TdApi.ChatStatisticsObjectType
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
storyId
Story identifier.
|
| Constructor and Description |
|---|
ChatStatisticsObjectTypeStory()
Describes a story sent by the chat.
|
ChatStatisticsObjectTypeStory(int storyId)
Describes a story sent by the chat.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int storyId
public static final int CONSTRUCTOR
public ChatStatisticsObjectTypeStory()
public ChatStatisticsObjectTypeStory(int storyId)
storyId - Story identifier.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object