public static class TdApi.UpdateDiceEmojis 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 supported dice emojis.
|
| Constructor and Description |
|---|
UpdateDiceEmojis()
The list of supported dice emojis has changed.
|
UpdateDiceEmojis(java.lang.String[] emojis)
The list of supported dice emojis 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 UpdateDiceEmojis()
public UpdateDiceEmojis(java.lang.String[] emojis)
emojis - The new list of supported dice emojis.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object