GramIO API Reference / gramio/dist / TelegramInputContactMessageContent
Interface: TelegramInputContactMessageContent
Defined in: @gramio/types/out/objects.d.ts:7564
Represents the content of a contact message to be sent as the result of an inline query.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
first_name | string | Contact's first name | @gramio/types/out/objects.d.ts:7572 |
last_name? | string | Optional. Contact's last name | @gramio/types/out/objects.d.ts:7576 |
phone_number | string | Contact's phone number | @gramio/types/out/objects.d.ts:7568 |
vcard? | string | Optional. Additional data about the contact in the form of a vCard, 0-2048 bytes | @gramio/types/out/objects.d.ts:7580 |