Module tdlight.api

Class TdApi.UpdateAnimationSearchParameters

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.TdApi.UpdateAnimationSearchParameters
Enclosing class:
TdApi

public static final class TdApi.UpdateAnimationSearchParameters extends TdApi.Update
The parameters of animation search through getOption("animation_search_bot_username") bot has changed.
  • Field Details

    • 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
      See Also:
  • Constructor Details

    • 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 - String Name of the animation search provider.
      emojis - String[] The new list of emojis suggested for searching.
    • UpdateAnimationSearchParameters

      public UpdateAnimationSearchParameters(DataInput input) throws IOException
      The parameters of animation search through getOption("animation_search_bot_username") bot has changed.
      Throws:
      IOException
  • Method Details