Sha256: fa7a4324224864acfbcc1d06b989e711fd129583f779a452eaaedde3772dc926

Contents?: true

Size: 430 Bytes

Versions: 2

Compression:

Stored size: 430 Bytes

Contents

module TD::Types
  # Represents an animation file.
  #
  # @attr id [TD::Types::String] Unique identifier of the query result.
  # @attr animation [TD::Types::Animation] Animation file.
  # @attr title [TD::Types::String] Animation title.
  class InlineQueryResult::Animation < InlineQueryResult
    attribute :id, TD::Types::String
    attribute :animation, TD::Types::Animation
    attribute :title, 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/inline_query_result/animation.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/inline_query_result/animation.rb