java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.TdApi.UpdateAnimationSearchParameters
- Enclosing class:
- TdApi
The parameters of animation search
through GetOption("animation_search_bot_username")
bot has changed.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
String[]
The new list of emojis suggested for searching.Name of the animation search provider. -
Constructor Summary
ConstructorDescriptionThe parameters of animation search through GetOption("animation_search_bot_username") bot has changed.The parameters of animation search through GetOption("animation_search_bot_username") bot has changed.UpdateAnimationSearchParameters
(String provider, String[] emojis) The parameters of animation search through GetOption("animation_search_bot_username") bot has changed. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
provider
Name of the animation search provider. -
emojis
The new list of emojis suggested for searching. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
UpdateAnimationSearchParameters
public UpdateAnimationSearchParameters()The parameters of animation search through GetOption("animation_search_bot_username") bot has changed. -
UpdateAnimationSearchParameters
The parameters of animation search through GetOption("animation_search_bot_username") bot has changed.- Parameters:
provider
- String Name of the animation search provider.emojis
- String[] The new list of emojis suggested for searching.
-
UpdateAnimationSearchParameters
The parameters of animation search through GetOption("animation_search_bot_username") bot has changed.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-