public static class TdApi.Emojis extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String[] |
emojis
List of emojis.
|
| Constructor and Description |
|---|
Emojis()
Represents a list of emojis.
|
Emojis(java.lang.String[] emojis)
Represents a list of emojis.
|
| 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 Emojis()
public Emojis(java.lang.String[] emojis)
emojis - List of emojis.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object