messageMediaContact
Attached contact.
type tg.MessageMediaContact struct { /* ... */ }
Implements MessageMedia.
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 | VCARD of contact |
UserID | int64 | yes | User identifier or 0, if the user with the given phone number is not registered |
References
- Official documentation
- Generated Go reference
- TL definition:
messageMediaContact#70322949