Class: TD::Types::Update::AnimationSearchParameters
- Inherits:
-
TD::Types::Update
- Object
- Dry::Struct
- Base
- TD::Types::Update
- TD::Types::Update::AnimationSearchParameters
- 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
-
#emojis ⇒ Array<TD::Types::String>
The new list of emojis suggested for searching.
-
#provider ⇒ TD::Types::String
Name of the animation search provider.
Method Summary
Methods inherited from Base
Instance Attribute Details
#emojis ⇒ Array<TD::Types::String>
The new list of emojis suggested for searching.
6 7 8 |
# File 'lib/tdlib/types/update/animation_search_parameters.rb', line 6 def emojis @emojis end |
#provider ⇒ TD::Types::String
Name of the animation search provider.
6 7 8 |
# File 'lib/tdlib/types/update/animation_search_parameters.rb', line 6 def provider @provider end |