Class: TD::Types::LinkPreviewType::StickerSet
- Inherits:
-
TD::Types::LinkPreviewType
- Object
- Dry::Struct
- Base
- TD::Types::LinkPreviewType
- TD::Types::LinkPreviewType::StickerSet
- Defined in:
- lib/tdlib/types/link_preview_type/sticker_set.rb
Overview
The link is a link to a sticker set.
Instance Attribute Summary collapse
-
#stickers ⇒ Array<TD::Types::Sticker>
Up to 4 stickers from the sticker set.
Method Summary
Methods inherited from Base
Instance Attribute Details
#stickers ⇒ Array<TD::Types::Sticker>
Up to 4 stickers from the sticker set.
5 6 7 |
# File 'lib/tdlib/types/link_preview_type/sticker_set.rb', line 5 def stickers @stickers end |