Class: TD::Types::PushMessageContent::Animation
- Inherits:
-
TD::Types::PushMessageContent
- Object
- Dry::Struct
- Base
- TD::Types::PushMessageContent
- TD::Types::PushMessageContent::Animation
- Defined in:
- lib/tdlib/types/push_message_content/animation.rb
Overview
An animation message (GIF-style)..
Instance Attribute Summary collapse
-
#animation ⇒ TD::Types::Animation?
Message content; may be null.
-
#caption ⇒ TD::Types::String
Animation caption.
-
#is_pinned ⇒ Boolean
True, if the message is a pinned message with the specified content.
Method Summary
Methods inherited from Base
Instance Attribute Details
#animation ⇒ TD::Types::Animation?
Message content; may be null.
7 8 9 |
# File 'lib/tdlib/types/push_message_content/animation.rb', line 7 def animation @animation end |
#caption ⇒ TD::Types::String
Animation caption.
7 8 9 |
# File 'lib/tdlib/types/push_message_content/animation.rb', line 7 def @caption end |
#is_pinned ⇒ Boolean
True, if the message is a pinned message with the specified content.
7 8 9 |
# File 'lib/tdlib/types/push_message_content/animation.rb', line 7 def is_pinned @is_pinned end |