class TelegramBot::InlineQueryResultCachedVideo
Defined in:
telegram_bot/types/inline/inline_query_result_cached_video.crConstant Summary
-
FIELDS =
{type: {type: String, mustbe: "video"}, id: String, video_file_id: String, title: String, caption: {type: String, nilable: true}, description: {type: String, nilable: true}, reply_markup: {type: InlineKeyboardMarkup, nilable: true}, input_message_content: {type: InputMessageContent, nilable: true}}
Constructors
- .new(id : String, video_file_id : String, title : String, caption : String | Nil = nil, description : String | Nil = nil, reply_markup : InlineKeyboardMarkup | Nil = nil, input_message_content : InputMessageContent | Nil = nil)
- .new(__temp_242 : JSON::PullParser)
Instance Method Summary
- #caption : String | Nil
- #caption=(_caption : String | Nil)
- #description : String | Nil
- #description=(_description : String | Nil)
- #id : String
- #id=(_id : String)
- #input_message_content : InputMessageContent | Nil
- #input_message_content=(_input_message_content : InputMessageContent | Nil)
- #reply_markup : InlineKeyboardMarkup | Nil
- #reply_markup=(_reply_markup : InlineKeyboardMarkup | Nil)
- #title : String
- #title=(_title : String)
- #to_json(json : JSON::Builder)
- #type : String
- #type=(_type : String)
- #video_file_id : String
- #video_file_id=(_video_file_id : String)