Class: TD::Types::InlineQueryResult::Animation
- Inherits:
-
TD::Types::InlineQueryResult
- Object
- Dry::Struct
- Base
- TD::Types::InlineQueryResult
- TD::Types::InlineQueryResult::Animation
- Defined in:
- lib/tdlib/types/inline_query_result/animation.rb
Overview
Represents an animation file.
Instance Attribute Summary collapse
-
#animation ⇒ TD::Types::Animation
Animation file.
-
#id ⇒ TD::Types::String
Unique identifier of the query result.
-
#title ⇒ TD::Types::String
Animation title.
Method Summary
Methods inherited from Base
Instance Attribute Details
#animation ⇒ TD::Types::Animation
Animation file.
7 8 9 |
# File 'lib/tdlib/types/inline_query_result/animation.rb', line 7 def animation @animation end |
#id ⇒ TD::Types::String
Unique identifier of the query result.
7 8 9 |
# File 'lib/tdlib/types/inline_query_result/animation.rb', line 7 def id @id end |
#title ⇒ TD::Types::String
Animation title.
7 8 9 |
# File 'lib/tdlib/types/inline_query_result/animation.rb', line 7 def title @title end |