Sha256: 670cf4e0eabc4970f53cd649026d7a4ef757d8cfb554629e83be6a8585020cad
Contents?: true
Size: 312 Bytes
Versions: 2
Compression:
Stored size: 312 Bytes
Contents
module TD::Types # Represents a sticker. # # @attr id [TD::Types::String] Unique identifier of the query result. # @attr sticker [TD::Types::Sticker] Sticker. class InlineQueryResult::Sticker < InlineQueryResult attribute :id, TD::Types::String attribute :sticker, TD::Types::Sticker 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/sticker.rb |
tdlib-schema-1.7.0.2 | lib/tdlib/types/inline_query_result/sticker.rb |