Class: TD::Types::MessageContent::Animation
- Inherits:
-
TD::Types::MessageContent
- Object
- Dry::Struct
- Base
- TD::Types::MessageContent
- TD::Types::MessageContent::Animation
- Defined in:
- lib/tdlib/types/message_content/animation.rb
Overview
An animation message (GIF-style)..
Instance Attribute Summary collapse
-
#animation ⇒ TD::Types::Animation
The animation description.
-
#caption ⇒ TD::Types::FormattedText
Animation caption.
-
#is_secret ⇒ Boolean
True, if the animation thumbnail must be blurred and the animation must be shown only while tapped.
Method Summary
Methods inherited from Base
Instance Attribute Details
#animation ⇒ TD::Types::Animation
The animation description.
8 9 10 |
# File 'lib/tdlib/types/message_content/animation.rb', line 8 def animation @animation end |
#caption ⇒ TD::Types::FormattedText
Animation caption.
8 9 10 |
# File 'lib/tdlib/types/message_content/animation.rb', line 8 def @caption end |
#is_secret ⇒ Boolean
True, if the animation thumbnail must be blurred and the animation must be shown only while tapped.
8 9 10 |
# File 'lib/tdlib/types/message_content/animation.rb', line 8 def is_secret @is_secret end |