Class: TD::Types::DiceStickers::Regular
- Inherits:
-
TD::Types::DiceStickers
- Object
- Dry::Struct
- Base
- TD::Types::DiceStickers
- TD::Types::DiceStickers::Regular
- Defined in:
- lib/tdlib/types/dice_stickers/regular.rb
Overview
A regular animated sticker.
Instance Attribute Summary collapse
-
#sticker ⇒ TD::Types::Sticker
The animated sticker with the dice animation.
Method Summary
Methods inherited from Base
Instance Attribute Details
#sticker ⇒ TD::Types::Sticker
The animated sticker with the dice animation.
5 6 7 |
# File 'lib/tdlib/types/dice_stickers/regular.rb', line 5 def sticker @sticker end |