public static class TdApi.UpdateSavedMessagesTags extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
savedMessagesTopicId
Identifier of Saved Messages topic which tags were changed; 0 if tags for the whole chat has changed.
|
TdApi.SavedMessagesTags |
tags
The new tags.
|
| Constructor and Description |
|---|
UpdateSavedMessagesTags()
Tags used in Saved Messages or a Saved Messages topic have changed.
|
UpdateSavedMessagesTags(long savedMessagesTopicId,
TdApi.SavedMessagesTags tags)
Tags used in Saved Messages or a Saved Messages topic have changed.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long savedMessagesTopicId
public TdApi.SavedMessagesTags tags
public static final int CONSTRUCTOR
public UpdateSavedMessagesTags()
public UpdateSavedMessagesTags(long savedMessagesTopicId,
TdApi.SavedMessagesTags tags)
savedMessagesTopicId - Identifier of Saved Messages topic which tags were changed; 0 if tags for the whole chat has changed.tags - The new tags.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object