Class: TD::Types::Update::RecentStickers
- Inherits:
-
TD::Types::Update
- Object
- Dry::Struct
- Base
- TD::Types::Update
- TD::Types::Update::RecentStickers
- Defined in:
- lib/tdlib/types/update/recent_stickers.rb
Overview
The list of recently used stickers was updated.
Instance Attribute Summary collapse
-
#is_attached ⇒ Boolean
True, if the list of stickers attached to photo or video files was updated, otherwise the list of sent stickers is updated.
-
#sticker_ids ⇒ Array<Integer>
The new list of file identifiers of recently used stickers.
Method Summary
Methods inherited from Base
Instance Attribute Details
#is_attached ⇒ Boolean
True, if the list of stickers attached to photo or video files was updated, otherwise the list of sent stickers is updated.
7 8 9 |
# File 'lib/tdlib/types/update/recent_stickers.rb', line 7 def is_attached @is_attached end |
#sticker_ids ⇒ Array<Integer>
The new list of file identifiers of recently used stickers.
7 8 9 |
# File 'lib/tdlib/types/update/recent_stickers.rb', line 7 def sticker_ids @sticker_ids end |