public static class TdApi.UpdateSavedMessagesTopic extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.SavedMessagesTopic |
topic
New data about the topic.
|
| Constructor and Description |
|---|
UpdateSavedMessagesTopic()
Basic information about a Saved Messages topic has changed.
|
UpdateSavedMessagesTopic(TdApi.SavedMessagesTopic topic)
Basic information about a Saved Messages topic has changed.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.SavedMessagesTopic topic
public static final int CONSTRUCTOR
public UpdateSavedMessagesTopic()
public UpdateSavedMessagesTopic(TdApi.SavedMessagesTopic topic)
topic - New data about the topic.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object