inputMediaContact
Phone book contact
type tg.InputMediaContact struct { /* ... */ }
Implements InputMedia.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
PhoneNumber | string | yes | Phone number |
FirstName | string | yes | Contact's first name |
LastName | string | yes | Contact's last name |
Vcard | string | yes | Contact vcard |
References
- Official documentation
- Generated Go reference
- TL definition:
inputMediaContact#f8ab7dfb