Class: TD::Types::LinkPreviewType::Animation
- Inherits:
-
TD::Types::LinkPreviewType
- Object
- Dry::Struct
- Base
- TD::Types::LinkPreviewType
- TD::Types::LinkPreviewType::Animation
- Defined in:
- lib/tdlib/types/link_preview_type/animation.rb
Overview
The link is a link to an animation.
Instance Attribute Summary collapse
-
#animation ⇒ TD::Types::Animation
The animation.
-
#author ⇒ TD::Types::String
Author of the animation.
Method Summary
Methods inherited from Base
Instance Attribute Details
#animation ⇒ TD::Types::Animation
The animation.
6 7 8 |
# File 'lib/tdlib/types/link_preview_type/animation.rb', line 6 def animation @animation end |
#author ⇒ TD::Types::String
Author of the animation.
6 7 8 |
# File 'lib/tdlib/types/link_preview_type/animation.rb', line 6 def @author end |