InputContactMessageContent

Content of a contact message to be sent as the result of an inline query

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

last_name
string last_name;

Contact's last name

phone_number
string phone_number;

Contact's phone number

vcard
string vcard;

Additional data about the contact in the form of a vCard

See Also

Meta