Sha256: a68176475a1c35c88f0a2be11b6ec2282c67064563664a063166c533da8d707b
Contents?: true
Size: 348 Bytes
Versions: 3
Compression:
Stored size: 348 Bytes
Contents
module TD::Types # The list of trending sticker sets was updated or some of them were viewed. # # @attr sticker_sets [TD::Types::StickerSets] The prefix of the list of trending sticker sets with the newest # trending sticker sets. class Update::TrendingStickerSets < Update attribute :sticker_sets, TD::Types::StickerSets end end
Version data entries
3 entries across 3 versions & 1 rubygems