Sha256: 8781d29968a9db305a7910170eb451947f37a1d8f66ac321fc3f166b1ec1913b
Contents?: true
Size: 408 Bytes
Versions: 4
Compression:
Stored size: 408 Bytes
Contents
module TD::Types # Represents an animation file. # # @attr id [String] Unique identifier of the query result. # @attr animation [TD::Types::Animation] Animation file. # @attr title [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
4 entries across 4 versions & 2 rubygems