GramIO API Reference / gramio/dist / TelegramRichTextPhoneNumber
Interface: TelegramRichTextPhoneNumber
Defined in: @gramio/types/out/objects.d.ts:7541
A text with a phone number.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
phone_number | string | The phone number | @gramio/types/out/objects.d.ts:7553 |
text | TelegramRichText | The text | @gramio/types/out/objects.d.ts:7549 |
type | "phone_number" | Type of the rich text, always “phone_number” | @gramio/types/out/objects.d.ts:7545 |