ultra-telegram-framework
    Preparing search index...

    Interface RichTextUrl

    A text with a link.

    interface RichTextUrl {
        text: RichText;
        type: string;
        url: string;
    }
    Index

    Properties

    Properties

    text: RichText

    The text

    type: string

    Type of the rich text, always "url"

    url: string

    URL of the link