inputBotInlineMessageMediaContact
A contact
type tg.InputBotInlineMessageMediaContact struct { /* ... */ }
Implements InputBotInlineMessage.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
PhoneNumber | string | yes | Phone number |
FirstName | string | yes | First name |
LastName | string | yes | Last name |
Vcard | string | yes | VCard info |
ReplyMarkup | ReplyMarkupClass | — | Inline keyboard |
References
- Official documentation
- Generated Go reference
- TL definition:
inputBotInlineMessageMediaContact#a6edbffd