InputBotInlineMessageMediaContact

---types---
inputBotInlineMessageMediaContact#a6edbffd phone_number:string first_name:string last_name:string vcard:string reply_markup:flags.2?ReplyMarkup = InputBotInlineMessage

Belongs to

InputBotInlineMessage

In Rust this constructor is a variant of the enums::InputBotInlineMessage enum.
Match on it with: if let enums::InputBotInlineMessage::InputBotInlineMessageMediaContact(v) = result { ... }

Parameters

phone_numberstringrequired
first_namestringrequired
last_namestringrequired
vcardstringrequired
reply_markupReplyMarkupoptional