SendContactMethod

Method to send phone contacts

Members

Mixins

__anonymous
mixin TelegramMethod!"/sendContact"
Undocumented in source.

Variables

chat_id
TelegramID chat_id;

Unique identifier for the target chat or username of the target channel (in the format "@channelusername")

disable_notification
bool disable_notification;

Send the message silently

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

reply_markup
ReplyMarkup reply_markup;

Additional interface options

reply_to_message_id
int reply_to_message_id;

If the message is a reply, ID of the original message

vcard
string vcard;

Additional data about the contact in the form of a vCard

See Also

Meta