public static class TdApi.EmojiKeywords extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.EmojiKeyword[] |
emojiKeywords
List of emojis with their keywords.
|
| Constructor and Description |
|---|
EmojiKeywords()
Represents a list of emojis with their keywords.
|
EmojiKeywords(TdApi.EmojiKeyword[] emojiKeywords)
Represents a list of emojis with their keywords.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.EmojiKeyword[] emojiKeywords
public static final int CONSTRUCTOR
public EmojiKeywords()
public EmojiKeywords(TdApi.EmojiKeyword[] emojiKeywords)
emojiKeywords - List of emojis with their keywords.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object