ultra-telegram-framework
    Preparing search index...

    Interface RichTextEmailAddress

    A text with an email address.

    interface RichTextEmailAddress {
        email_address: string;
        text: RichText;
        type: string;
    }
    Index

    Properties

    email_address: string

    The email address

    text: RichText

    The text

    type: string

    Type of the rich text, always "email_address"