InputBotInlineMessageMediaContact
- class pyrogram.raw.types.InputBotInlineMessageMediaContact
A contact
Constructor of
InputBotInlineMessage.- Details:
Layer:
223ID:
A6EDBFFD
- Parameters:
phone_number (
str) – Phone numberfirst_name (
str) – First namelast_name (
str) – Last namevcard (
str) – VCard inforeply_markup (
ReplyMarkup, optional) – Inline keyboard
TL Schema
inputBotInlineMessageMediaContact#a6edbffd
flags:#
phone_number:string
first_name:string
last_name:string
vcard:string
reply_markup:flags.2?ReplyMarkup
= InputBotInlineMessage
Parameter Tree
InputBotInlineMessageMediaContact
├── phone_number →
string├── first_name →
string├── last_name →
string├── vcard →
string└── reply_markup →
ReplyMarkup (optional)│ └── selective →
true (optional)│ ├── single_use →
true (optional)│ ├── selective →
true (optional)│ └── placeholder →
string (optional)│ ├── resize →
true (optional)│ ├── single_use →
true (optional)│ ├── selective →
true (optional)│ ├── persistent →
true (optional)│ ├── rows →
Vector < KeyboardButtonRow >│ │ └──
KeyboardButtonRow│ │ └── buttons →
Vector < KeyboardButton >│ │ ├──
KeyboardButton│ │ ├──
KeyboardButtonUrl│ │ ├──
KeyboardButtonCallback│ │ ├──
KeyboardButtonRequestPhone│ │ ├──
KeyboardButtonRequestGeoLocation│ │ ├──
KeyboardButtonSwitchInline│ │ ├──
KeyboardButtonGame│ │ ├──
KeyboardButtonBuy│ │ ├──
KeyboardButtonUrlAuth│ │ ├──
InputKeyboardButtonUrlAuth│ │ ├──
KeyboardButtonRequestPoll│ │ ├──
InputKeyboardButtonUserProfile│ │ ├──
KeyboardButtonUserProfile│ │ ├──
KeyboardButtonWebView│ │ ├──
KeyboardButtonSimpleWebView│ │ ├──
KeyboardButtonRequestPeer│ │ ├──
InputKeyboardButtonRequestPeer│ │ └──
KeyboardButtonCopy│ └── placeholder →
string (optional)└── rows →
Vector < KeyboardButtonRow >└── buttons →
Vector < KeyboardButton >├──
KeyboardButtonExample
InputBotInlineMessageMediaContact(
phone_number="text",
first_name="text",
last_name="text",
vcard="text",
)