Class: TD::Types::Update::StickerSet
- Inherits:
-
TD::Types::Update
- Object
- Dry::Struct
- Base
- TD::Types::Update
- TD::Types::Update::StickerSet
- Defined in:
- lib/tdlib/types/update/sticker_set.rb
Overview
A sticker set has changed.
Instance Attribute Summary collapse
-
#sticker_set ⇒ TD::Types::StickerSet
The sticker set.
Method Summary
Methods inherited from Base
Instance Attribute Details
#sticker_set ⇒ TD::Types::StickerSet
The sticker set.
5 6 7 |
# File 'lib/tdlib/types/update/sticker_set.rb', line 5 def sticker_set @sticker_set end |