public static class TdApi.SetSavedMessagesTagLabel extends TdApi.Function<TdApi.Ok>
Returns Ok
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
label
New label for the tag; 0-12 characters.
|
TdApi.ReactionType |
tag
The tag which label will be changed.
|
| Constructor and Description |
|---|
SetSavedMessagesTagLabel()
Default constructor for a function, which changes label of a Saved Messages tag; for Telegram Premium users only.
|
SetSavedMessagesTagLabel(TdApi.ReactionType tag,
java.lang.String label)
Creates a function, which changes label of a Saved Messages tag; for Telegram Premium users only.
|
| 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 static final int CONSTRUCTOR
public SetSavedMessagesTagLabel()
Returns Ok
public SetSavedMessagesTagLabel(TdApi.ReactionType tag, java.lang.String label)
Returns Ok
tag - The tag which label will be changed.label - New label for the tag; 0-12 characters.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object