public static class TdApi.EmojiStatuses extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long[] |
customEmojiIds
The list of custom emoji identifiers.
|
| Constructor and Description |
|---|
EmojiStatuses()
Contains a list of custom emoji identifiers for emoji statuses.
|
EmojiStatuses(long[] customEmojiIds)
Contains a list of custom emoji identifiers for emoji statuses.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long[] customEmojiIds
public static final int CONSTRUCTOR
public EmojiStatuses()
public EmojiStatuses(long[] customEmojiIds)
customEmojiIds - The list of custom emoji identifiers.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object