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