public static class TdApi.EmojiCategorySourceSearch extends TdApi.EmojiCategorySource
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String[] |
emojis
List of emojis to search for.
|
| Constructor and Description |
|---|
EmojiCategorySourceSearch()
The category contains a list of similar emoji to search for in getStickers and searchStickers for stickers, or getInlineQueryResults with the bot getOption("animation_search_bot_username") for animations.
|
EmojiCategorySourceSearch(java.lang.String[] emojis)
The category contains a list of similar emoji to search for in getStickers and searchStickers for stickers, or getInlineQueryResults with the bot getOption("animation_search_bot_username") for animations.
|
| 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 EmojiCategorySourceSearch()
public EmojiCategorySourceSearch(java.lang.String[] emojis)
emojis - List of emojis to search for.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object