public static class TdApi.UpdateAnimationSearchParameters extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String[] |
emojis
The new list of emojis suggested for searching.
|
java.lang.String |
provider
Name of the animation search provider.
|
| Constructor and Description |
|---|
UpdateAnimationSearchParameters()
The parameters of animation search through getOption("animation_search_bot_username") bot has changed.
|
UpdateAnimationSearchParameters(java.lang.String provider,
java.lang.String[] emojis)
The parameters of animation search through getOption("animation_search_bot_username") bot has changed.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String provider
public java.lang.String[] emojis
public static final int CONSTRUCTOR
public UpdateAnimationSearchParameters()
public UpdateAnimationSearchParameters(java.lang.String provider,
java.lang.String[] emojis)
provider - Name of the animation search provider.emojis - The new list of emojis suggested for searching.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object