ultra-telegram-framework
    Preparing search index...

    Interface RichTextPhoneNumber

    A text with a phone number.

    interface RichTextPhoneNumber {
        phone_number: string;
        text: RichText;
        type: string;
    }
    Index

    Properties

    phone_number: string

    The phone number

    text: RichText

    The text

    type: string

    Type of the rich text, always "phone_number"