SendContactMethod

Undocumented in source.

Members

Mixins

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

Variables

chat_id
ChatId chat_id;
Undocumented in source.
disable_notification
Nullable!bool disable_notification;
Undocumented in source.
first_name
string first_name;
Undocumented in source.
last_name
Nullable!string last_name;
Undocumented in source.
phone_number
string phone_number;
Undocumented in source.
reply_markup
Nullable!ReplyMarkup reply_markup;
Undocumented in source.
reply_to_message_id
Nullable!uint reply_to_message_id;
Undocumented in source.
vcard
Nullable!string vcard;
Undocumented in source.

Meta