Package org.drinkless.tdlib
Class TdApi.UpdateAnimationSearchParameters
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.Update
-
- org.drinkless.tdlib.TdApi.UpdateAnimationSearchParameters
-
- Enclosing class:
- TdApi
public static class TdApi.UpdateAnimationSearchParameters extends TdApi.Update
The parameters of animation search through GetOption("animation_search_bot_username") bot has changed.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.String[]emojisThe new list of emojis suggested for searching.StringproviderName of the animation search provider.
-
Constructor Summary
Constructors Constructor Description UpdateAnimationSearchParameters()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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
provider
public String provider
Name of the animation search provider.
-
emojis
public String[] emojis
The new list of emojis suggested for searching.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
UpdateAnimationSearchParameters
public UpdateAnimationSearchParameters()
The parameters of animation search through GetOption("animation_search_bot_username") bot has changed.
-
UpdateAnimationSearchParameters
public UpdateAnimationSearchParameters(String provider, String[] emojis)
The parameters of animation search through GetOption("animation_search_bot_username") bot has changed.- Parameters:
provider- Name of the animation search provider.emojis- The new list of emojis suggested for searching.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-