Sha256: 357b021e92f8ff86e66863d5d6d4904bd7fe97fcb40225aa4099d2c960a58fa2
Contents?: true
Size: 364 Bytes
Versions: 4
Compression:
Stored size: 364 Bytes
Contents
module TD::Types # Represents a list of sticker sets. # # @attr total_count [Integer] Approximate total number of sticker sets found. # @attr sets [Array<TD::Types::StickerSetInfo>] List of sticker sets. class StickerSets < Base attribute :total_count, TD::Types::Integer attribute :sets, TD::Types::Array.of(TD::Types::StickerSetInfo) end end
Version data entries
4 entries across 4 versions & 2 rubygems