Class: TD::Types::MessageContent::Sticker
- Inherits:
-
TD::Types::MessageContent
- Object
- Dry::Struct
- Base
- TD::Types::MessageContent
- TD::Types::MessageContent::Sticker
- Defined in:
- lib/tdlib/types/message_content/sticker.rb
Overview
A sticker message.
Instance Attribute Summary collapse
-
#is_premium ⇒ Boolean
True, if premium animation of the sticker must be played.
-
#sticker ⇒ TD::Types::Sticker
The sticker description.
Method Summary
Methods inherited from Base
Instance Attribute Details
#is_premium ⇒ Boolean
True, if premium animation of the sticker must be played.
6 7 8 |
# File 'lib/tdlib/types/message_content/sticker.rb', line 6 def is_premium @is_premium end |
#sticker ⇒ TD::Types::Sticker
The sticker description.
6 7 8 |
# File 'lib/tdlib/types/message_content/sticker.rb', line 6 def sticker @sticker end |