public static class TdApi.SavedMessagesTags extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.SavedMessagesTag[] |
tags
List of tags.
|
| Constructor and Description |
|---|
SavedMessagesTags()
Contains a list of tags used in Saved Messages.
|
SavedMessagesTags(TdApi.SavedMessagesTag[] tags)
Contains a list of tags used in Saved Messages.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.SavedMessagesTag[] tags
public static final int CONSTRUCTOR
public SavedMessagesTags()
public SavedMessagesTags(TdApi.SavedMessagesTag[] tags)
tags - List of tags.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object