ultra-telegram-framework
    Preparing search index...

    Interface RichTextAnchorLink

    A link to an anchor.

    interface RichTextAnchorLink {
        anchor_name: string;
        text: RichText;
        type: string;
    }
    Index

    Properties

    Properties

    anchor_name: string

    The name of the anchor. If the name is empty, then the link brings back to the top of the message.

    text: RichText

    The link text

    type: string

    Type of the rich text, always "anchor_link"