public static class TdApi.SavedMessagesTag extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
count
Number of times the tag was used; may be 0 if the tag has non-empty label.
|
java.lang.String |
label
Label of the tag; 0-12 characters.
|
TdApi.ReactionType |
tag
The tag.
|
| Constructor and Description |
|---|
SavedMessagesTag()
Represents a tag used in Saved Messages or a Saved Messages topic.
|
SavedMessagesTag(TdApi.ReactionType tag,
java.lang.String label,
int count)
Represents a tag 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 TdApi.ReactionType tag
public java.lang.String label
public int count
public static final int CONSTRUCTOR
public SavedMessagesTag()
public SavedMessagesTag(TdApi.ReactionType tag, java.lang.String label, int count)
tag - The tag.label - Label of the tag; 0-12 characters. Always empty if the tag is returned for a Saved Messages topic.count - Number of times the tag was used; may be 0 if the tag has non-empty label.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object