InlineQueryResultDocument
class Tourmaline::InlineQueryResultDocument
inherits Tourmaline::InlineQueryResult
#
Class methods#
.new(id, title, caption = nil, parse_mode = nil, caption_entities = [] of MessageEntity, document_url = nil, mime_type = nil, description = nil, reply_markup = nil, input_message_content = nil, thumb_url = nil, thumb_width = nil, thumb_height = nil)
#
(id, title, caption = nil, parse_mode = nil, caption_entities = [] of MessageEntity, document_url = nil, mime_type = nil, description = nil, reply_markup = nil, input_message_content = nil, thumb_url = nil, thumb_width = nil, thumb_height = nil)
.new(pull : JSON::PullParser)
#
(pull : JSON::PullParser)
Methods#
#caption : String?
#
: String?
#caption=(caption : String?)
#
(caption : String?)
#description : String?
#
: String?
#document_url : String
#
: String
#id : String
#
: String
#input_message_content : InputMessageContent?
#
: InputMessageContent?
#mime_type : String
#
: String
#parse_mode : ParseMode?
#
: ParseMode?
#parse_mode=(parse_mode : ParseMode?)
#
(parse_mode : ParseMode?)
#reply_markup : InlineKeyboardMarkup?
#
: InlineKeyboardMarkup?
#thumb_height : Int32?
#
: Int32?
#thumb_url : String
#
: String
#thumb_width : Int32?
#
: Int32?
#title : String
#
: String
#type : String
#
: String