Class: TD::Types::Update::AnimationSearchParameters

Inherits:
TD::Types::Update show all
Defined in:
lib/tdlib/types/update/animation_search_parameters.rb

Overview

The parameters of animation search through GetOption(“animation_search_bot_username”) bot has changed.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#emojisArray<TD::Types::String>

The new list of emojis suggested for searching.

Returns:

  • (Array<TD::Types::String>)

    the current value of emojis



6
7
8
# File 'lib/tdlib/types/update/animation_search_parameters.rb', line 6

def emojis
  @emojis
end

#providerTD::Types::String

Name of the animation search provider.

Returns:

  • (TD::Types::String)

    the current value of provider



6
7
8
# File 'lib/tdlib/types/update/animation_search_parameters.rb', line 6

def provider
  @provider
end