GramIO API Reference / gramio/dist / TelegramRichTextEmailAddress
Interface: TelegramRichTextEmailAddress
Defined in: @gramio/types/out/objects.d.ts:7521
A text with an email address.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
email_address | string | The email address | @gramio/types/out/objects.d.ts:7533 |
text | TelegramRichText | The text | @gramio/types/out/objects.d.ts:7529 |
type | "email_address" | Type of the rich text, always “email_address” | @gramio/types/out/objects.d.ts:7525 |