RichTextPhoneNumber
A text with a phone number.
fields
| field | type | required | description |
|---|---|---|---|
type | string | required | Type of the rich text, always “phone_number” |
text | RichText | required | The text |
phone_number | string | required | The phone number |
import
import type { RichTextPhoneNumber } from "@yaebal/types";used by
types
official Bot API docs: https://core.telegram.org/bots/api/#richtextphonenumber