Class: TD::Types::TrendingStickerSets
- Defined in:
- lib/tdlib/types/trending_sticker_sets.rb
Overview
Represents a list of trending sticker sets.
Instance Attribute Summary collapse
-
#is_premium ⇒ Boolean
True, if the list contains sticker sets with premium stickers.
-
#sets ⇒ Array<TD::Types::StickerSetInfo>
List of trending sticker sets.
-
#total_count ⇒ Integer
Approximate total number of trending sticker sets.
Method Summary
Methods inherited from Base
Instance Attribute Details
#is_premium ⇒ Boolean
True, if the list contains sticker sets with premium stickers.
7 8 9 |
# File 'lib/tdlib/types/trending_sticker_sets.rb', line 7 def is_premium @is_premium end |
#sets ⇒ Array<TD::Types::StickerSetInfo>
List of trending sticker sets.
7 8 9 |
# File 'lib/tdlib/types/trending_sticker_sets.rb', line 7 def sets @sets end |
#total_count ⇒ Integer
Approximate total number of trending sticker sets.
7 8 9 |
# File 'lib/tdlib/types/trending_sticker_sets.rb', line 7 def total_count @total_count end |