class Tourmaline::InlineQueryResultContact
inherits Reference
#
Represents a contact with a phone number. By default, this contact will be sent by the user. Alternatively, you can use input_message_content to send a message with the specified content instead of the contact.
Included modules
JSON::Serializable
Constructors#
.new(id, phone_number, first_name, type = "contact", last_name : String? = nil, vcard : String? = nil, reply_markup : Tourmaline::InlineKeyboardMarkup? = nil, input_message_content : Tourmaline::InputMessageContent? = nil, thumbnail_url : String? = nil, thumbnail_width : Int32 | Int64 | Nil = nil, thumbnail_height : Int32 | Int64 | Nil = nil)
#
(id, phone_number, first_name, type = "contact", last_name : String? = nil, vcard : String? = nil, reply_markup : Tourmaline::InlineKeyboardMarkup? = nil, input_message_content : Tourmaline::InputMessageContent? = nil, thumbnail_url : String? = nil, thumbnail_width : Int32 | Int64 | Nil = nil, thumbnail_height : Int32 | Int64 | Nil = nil)
Methods#
#input_message_content : Tourmaline::InputMessageContent?
#
: Tourmaline::InputMessageContent?
Optional. Content of the message to be sent instead of the contact
#input_message_content=(input_message_content : Tourmaline::InputMessageContent?)
#
(input_message_content : Tourmaline::InputMessageContent?)
Optional. Content of the message to be sent instead of the contact
#reply_markup : Tourmaline::InlineKeyboardMarkup?
#
: Tourmaline::InlineKeyboardMarkup?
Optional. Inline keyboard attached to the message
#reply_markup=(reply_markup : Tourmaline::InlineKeyboardMarkup?)
#
(reply_markup : Tourmaline::InlineKeyboardMarkup?)
Optional. Inline keyboard attached to the message
#thumbnail_url=(thumbnail_url : String?)
#
(thumbnail_url : String?)
Optional. Url of the thumbnail for the result
#vcard : String?
#
: String?
Optional. Additional data about the contact in the form of a vCard, 0-2048 bytes
#vcard=(vcard : String?)
#
(vcard : String?)
Optional. Additional data about the contact in the form of a vCard, 0-2048 bytes