class
TD::InlineQueryResult::Video
- TD::InlineQueryResult::Video
- TD::InlineQueryResult
- TD::Base
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram/types/inline_query_result/video.crConstructors
- .new(id : String, video : TD::Video, title : String, description : String)
- .new(pull : JSON::PullParser)
- .new(__json : JSON::Any | Nil = nil)
Instance Method Summary
- #description : String
- #description=(description : String)
- #id : String
- #id=(id : String)
- #object_type : String
- #object_type=(object_type : String)
- #title : String
- #title=(title : String)
- #video : TD::Video
- #video=(video : TD::Video)