InlineQueryResultContact

Contact with a phone number

Members

Functions

isNull
bool isNull()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

first_name
string first_name;

Contact's first name

id
string id;

Unique identifier for this result

input_message_content
InputMessageContent input_message_content;

Content of the message to be sent instead of the contact

last_name
string last_name;

Contact's last name

phone_number
string phone_number;

Contact's phone number

reply_markup
InlineKeyboardMarkup reply_markup;

Inline keyboard attached to the message

thumb_height
int thumb_height;

Thumbnail height

thumb_url
string thumb_url;

Url of the thumbnail for the result

thumb_width
int thumb_width;

Thumbnail width

type
string type;

Type of the result, must be "contact"

vcard
string vcard;

Additional data about the contact in the form of a vCard

See Also

Meta