public static class TdApi.GetSavedMessagesTags extends TdApi.Function<TdApi.SavedMessagesTags>
Returns SavedMessagesTags
| 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 will be returned; pass 0 to get all Saved Messages tags.
|
| Constructor and Description |
|---|
GetSavedMessagesTags()
Default constructor for a function, which returns tags used in Saved Messages or a Saved Messages topic.
|
GetSavedMessagesTags(long savedMessagesTopicId)
Creates a function, which returns tags used in Saved Messages or a Saved Messages topic.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long savedMessagesTopicId
public static final int CONSTRUCTOR
public GetSavedMessagesTags()
Returns SavedMessagesTags
public GetSavedMessagesTags(long savedMessagesTopicId)
Returns SavedMessagesTags
savedMessagesTopicId - Identifier of Saved Messages topic which tags will be returned; pass 0 to get all Saved Messages tags.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object