Class: TD::Types::Update::FavoriteStickers
- Inherits:
-
TD::Types::Update
- Object
- Dry::Struct
- Base
- TD::Types::Update
- TD::Types::Update::FavoriteStickers
- Defined in:
- lib/tdlib/types/update/favorite_stickers.rb
Overview
The list of favorite stickers was updated.
Instance Attribute Summary collapse
-
#sticker_ids ⇒ Array<Integer>
The new list of file identifiers of favorite stickers.
Method Summary
Methods inherited from Base
Instance Attribute Details
#sticker_ids ⇒ Array<Integer>
The new list of file identifiers of favorite stickers.
5 6 7 |
# File 'lib/tdlib/types/update/favorite_stickers.rb', line 5 def sticker_ids @sticker_ids end |