Class: TD::Types::Update::InstalledStickerSets
- Inherits:
-
TD::Types::Update
- Object
- Dry::Struct
- Base
- TD::Types::Update
- TD::Types::Update::InstalledStickerSets
- Defined in:
- lib/tdlib/types/update/installed_sticker_sets.rb
Overview
The list of installed sticker sets was updated.
Instance Attribute Summary collapse
-
#is_masks ⇒ Boolean
True, if the list of installed mask sticker sets was updated.
-
#sticker_set_ids ⇒ Array<Integer>
The new list of installed ordinary sticker sets.
Method Summary
Methods inherited from Base
Instance Attribute Details
#is_masks ⇒ Boolean
True, if the list of installed mask sticker sets was updated.
6 7 8 |
# File 'lib/tdlib/types/update/installed_sticker_sets.rb', line 6 def is_masks @is_masks end |
#sticker_set_ids ⇒ Array<Integer>
The new list of installed ordinary sticker sets.
6 7 8 |
# File 'lib/tdlib/types/update/installed_sticker_sets.rb', line 6 def sticker_set_ids @sticker_set_ids end |