InlineQueryResultContact
class Tourmaline::InlineQueryResultContact
inherits Tourmaline::InlineQueryResult
#
Class methods#
.new(id, phone_number, first_name, last_name = nil, user_id = nil, reply_markup = nil, input_message_content = nil, thumb_url = nil, thumb_width = nil, thumb_height = nil)
#
(id, phone_number, first_name, last_name = nil, user_id = 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#
#first_name : String
#
: String
#id : String
#
: String
#input_message_content : InputMessageContent?
#
: InputMessageContent?
#last_name : String?
#
: String?
#phone_number : String
#
: String
#reply_markup : InlineKeyboardMarkup?
#
: InlineKeyboardMarkup?
#thumb_height : Int32?
#
: Int32?
#thumb_url : String?
#
: String?
#thumb_width : Int32?
#
: Int32?
#type : String
#
: String
#user_id : Int32?
#
: Int32?