ultra-telegram-framework
    Preparing search index...

    Interface RichTextAnchor

    An anchor.

    interface RichTextAnchor {
        name: string;
        type: string;
    }
    Index

    Properties

    Properties

    name: string

    The name of the anchor

    type: string

    Type of the rich text, always "anchor"