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 emoji.
|
Emojis(java.lang.String[] emojis)
Represents a list of emoji.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public java.lang.String[] emojis
public static final int CONSTRUCTOR
public Emojis()
public Emojis(java.lang.String[] emojis)
emojis
- List of emojis.public int getConstructor()
getConstructor
in class TdApi.Object