public static class TdApi.UpdateSavedMessagesTopicCount extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
topicCount
Approximate total number of Saved Messages topics.
|
| Constructor and Description |
|---|
UpdateSavedMessagesTopicCount()
Number of Saved Messages topics has changed.
|
UpdateSavedMessagesTopicCount(int topicCount)
Number of Saved Messages topics has changed.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int topicCount
public static final int CONSTRUCTOR
public UpdateSavedMessagesTopicCount()
public UpdateSavedMessagesTopicCount(int topicCount)
topicCount - Approximate total number of Saved Messages topics.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object