InlineQueryResultArticle
class Tourmaline::InlineQueryResultArticle
inherits Tourmaline::InlineQueryResult
#
Class methods#
.new(id, title, input_message_content, reply_markup = nil, url = nil, hide_url = nil, description = nil, thumb_url = nil, thumb_width = nil, thumb_height = nil)
#
(id, title, input_message_content, reply_markup = nil, url = nil, hide_url = nil, description = nil, thumb_url = nil, thumb_width = nil, thumb_height = nil)
.new(pull : JSON::PullParser)
#
(pull : JSON::PullParser)
Methods#
#description : String?
#
: String?
#hide_url : Bool?
#
: Bool?
#id : String
#
: String
#input_message_content : InputMessageContent
#
: InputMessageContent
#reply_markup : InlineKeyboardMarkup?
#
: InlineKeyboardMarkup?
#thumb_height : Int32?
#
: Int32?
#thumb_url : String?
#
: String?
#thumb_width : Int32?
#
: Int32?
#title : String
#
: String
#type : String
#
: String
#url : String?
#
: String?