public static class TdApi.UpdateActiveEmojiReactions extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String[] |
emojis
The new list of active emoji reactions.
|
| Constructor and Description |
|---|
UpdateActiveEmojiReactions()
The list of active emoji reactions has changed.
|
UpdateActiveEmojiReactions(java.lang.String[] emojis)
The list of active emoji reactions has changed.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String[] emojis
public static final int CONSTRUCTOR
public UpdateActiveEmojiReactions()
public UpdateActiveEmojiReactions(java.lang.String[] emojis)
emojis - The new list of active emoji reactions.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object