public static class TdApi.UpdateStoryListChatCount extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
int |
chatCount
Approximate total number of chats with active stories in the list.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.StoryList |
storyList
The story list.
|
| Constructor and Description |
|---|
UpdateStoryListChatCount()
Number of chats in a story list has changed.
|
UpdateStoryListChatCount(TdApi.StoryList storyList,
int chatCount)
Number of chats in a story list has changed.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.StoryList storyList
public int chatCount
public static final int CONSTRUCTOR
public UpdateStoryListChatCount()
public UpdateStoryListChatCount(TdApi.StoryList storyList, int chatCount)
storyList - The story list.chatCount - Approximate total number of chats with active stories in the list.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object