InputMediaContact
- class pyrogram.raw.types.InputMediaContact
Phone book contact
Constructor of
InputMedia.- Details:
Layer:
223ID:
F8AB7DFB
- Parameters:
phone_number (
str) – Phone numberfirst_name (
str) – Contact’s first namelast_name (
str) – Contact’s last namevcard (
str) – Contact vcard
TL Schema
inputMediaContact#f8ab7dfb
phone_number:string
first_name:string
last_name:string
vcard:string
= InputMedia
Parameter Tree
InputMediaContact
├── phone_number →
string├── first_name →
string├── last_name →
string└── vcard →
stringExample
InputMediaContact(
phone_number="text",
first_name="text",
last_name="text",
vcard="text",
)