public static class TdApi.UpdateAnimationSearchParameters extends TdApi.Update
TdApi.Update.Constructors
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() |
toString
public 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()
getConstructor
in class TdApi.Update