public static class TdApi.GetStoryStatistics extends TdApi.Function<TdApi.StoryStatistics>
Returns StoryStatistics
| Modifier and Type | Field and Description |
|---|---|
long |
chatId
Chat identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
boolean |
isDark
Pass true if a dark theme is used by the application.
|
int |
storyId
Story identifier.
|
| Constructor and Description |
|---|
GetStoryStatistics()
Default constructor for a function, which returns detailed statistics about a story.
|
GetStoryStatistics(long chatId,
int storyId,
boolean isDark)
Creates a function, which returns detailed statistics about a story.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public int storyId
public boolean isDark
public static final int CONSTRUCTOR
public GetStoryStatistics()
Returns StoryStatistics
public GetStoryStatistics(long chatId,
int storyId,
boolean isDark)
Returns StoryStatistics
chatId - Chat identifier.storyId - Story identifier.isDark - Pass true if a dark theme is used by the application.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object