Class: TD::Types::StickerSets
- Defined in:
- lib/tdlib/types/sticker_sets.rb
Overview
Represents a list of sticker sets.
Instance Attribute Summary collapse
-
#sets ⇒ Array<TD::Types::StickerSetInfo>
List of sticker sets.
-
#total_count ⇒ Integer
Approximate total number of sticker sets found.
Method Summary
Methods inherited from Base
Instance Attribute Details
#sets ⇒ Array<TD::Types::StickerSetInfo>
List of sticker sets.
6 7 8 |
# File 'lib/tdlib/types/sticker_sets.rb', line 6 def sets @sets end |
#total_count ⇒ Integer
Approximate total number of sticker sets found.
6 7 8 |
# File 'lib/tdlib/types/sticker_sets.rb', line 6 def total_count @total_count end |