Class: TD::Types::StickerFullType::Regular
- Inherits:
-
TD::Types::StickerFullType
- Object
- Dry::Struct
- Base
- TD::Types::StickerFullType
- TD::Types::StickerFullType::Regular
- Defined in:
- lib/tdlib/types/sticker_full_type/regular.rb
Overview
The sticker is a regular sticker.
Instance Attribute Summary collapse
-
#premium_animation ⇒ TD::Types::File?
Premium animation of the sticker; may be null.
Method Summary
Methods inherited from Base
Instance Attribute Details
#premium_animation ⇒ TD::Types::File?
Premium animation of the sticker; may be null. If present, only Telegram Premium users can use the sticker.
6 7 8 |
# File 'lib/tdlib/types/sticker_full_type/regular.rb', line 6 def premium_animation @premium_animation end |