class TelegramBot::InlineQueryResultDocument
Defined in:
telegram_bot/types/inline/inline_query_result_document.crConstant Summary
-
FIELDS =
{type: {type: String, mustbe: "document"}, id: String, title: String, caption: {type: String, nilable: true}, document_url: String, mime_type: String, description: {type: String, nilable: true}, reply_markup: {type: InlineKeyboardMarkup, nilable: true}, input_message_content: {type: InputMessageContent, nilable: true}, thumb_url: {type: String, nilable: true}, thumb_width: {type: Int32, nilable: true}, thumb_height: {type: Int32, nilable: true}}
Constructors
- .new(id : String, title : String, document_url : String, mime_type : String, caption : String | Nil = nil, description : String | Nil = nil, reply_markup : InlineKeyboardMarkup | Nil = nil, input_message_content : InputMessageContent | Nil = nil, thumb_url : String | Nil = nil, thumb_width : Int32 | Nil = nil, thumb_height : Int32 | Nil = nil)
- .new(__temp_301 : JSON::PullParser)
Instance Method Summary
- #caption : String | Nil
- #caption=(_caption : String | Nil)
- #description : String | Nil
- #description=(_description : String | Nil)
- #document_url : String
- #document_url=(_document_url : String)
- #id : String
- #id=(_id : String)
- #input_message_content : InputMessageContent | Nil
- #input_message_content=(_input_message_content : InputMessageContent | Nil)
- #mime_type : String
- #mime_type=(_mime_type : String)
- #reply_markup : InlineKeyboardMarkup | Nil
- #reply_markup=(_reply_markup : InlineKeyboardMarkup | Nil)
- #thumb_height : Int32 | Nil
- #thumb_height=(_thumb_height : Int32 | Nil)
- #thumb_url : String | Nil
- #thumb_url=(_thumb_url : String | Nil)
- #thumb_width : Int32 | Nil
- #thumb_width=(_thumb_width : Int32 | Nil)
- #title : String
- #title=(_title : String)
- #to_json(json : JSON::Builder)
- #type : String
- #type=(_type : String)