Class 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 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.