Class: TD::Types::Stickers
- Defined in:
- lib/tdlib/types/stickers.rb
Overview
Represents a list of stickers.
Instance Attribute Summary collapse
-
#stickers ⇒ Array<TD::Types::Sticker>
List of stickers.
Method Summary
Methods inherited from Base
Instance Attribute Details
#stickers ⇒ Array<TD::Types::Sticker>
List of stickers.
5 6 7 |
# File 'lib/tdlib/types/stickers.rb', line 5 def stickers @stickers end |