Class: TD::Types::Update::TrendingStickerSets
- Inherits:
-
TD::Types::Update
- Object
- Dry::Struct
- Base
- TD::Types::Update
- TD::Types::Update::TrendingStickerSets
- Defined in:
- lib/tdlib/types/update/trending_sticker_sets.rb
Overview
The list of trending sticker sets was updated or some of them were viewed.
Instance Attribute Summary collapse
-
#sticker_sets ⇒ TD::Types::StickerSets
The prefix of the list of trending sticker sets with the newest trending sticker sets.
Method Summary
Methods inherited from Base
Instance Attribute Details
#sticker_sets ⇒ TD::Types::StickerSets
The prefix of the list of trending sticker sets with the newest trending sticker sets.
6 7 8 |
# File 'lib/tdlib/types/update/trending_sticker_sets.rb', line 6 def sticker_sets @sticker_sets end |