RichTextEmailAddress
A text with an email address.
fields
| field | type | required | description |
|---|---|---|---|
type | string | required | Type of the rich text, always “email_address” |
text | RichText | required | The text |
email_address | string | required | The email address |
import
import type { RichTextEmailAddress } from "@yaebal/types";used by
types
official Bot API docs: https://core.telegram.org/bots/api/#richtextemailaddress