Sha256: d0bd7c48bd377cccee28853ff7e507df9f14e9987a50073574145db5fcba982c

Contents?: true

Size: 464 Bytes

Versions: 2

Compression:

Stored size: 464 Bytes

Contents

module TD::Types
  # The parameters of animation search through GetOption("animation_search_bot_username") bot has changed.
  #
  # @attr provider [TD::Types::String] Name of the animation search provider.
  # @attr emojis [Array<TD::Types::String>] The new list of emojis suggested for searching.
  class Update::AnimationSearchParameters < Update
    attribute :provider, TD::Types::String
    attribute :emojis, TD::Types::Array.of(TD::Types::String)
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tdlib-schema-1.7.0.3 lib/tdlib/types/update/animation_search_parameters.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/update/animation_search_parameters.rb