ultra-telegram-framework
    Preparing search index...

    Interface RichTextReferenceLink

    A link to a reference.

    interface RichTextReferenceLink {
        reference_name: string;
        text: RichText;
        type: string;
    }
    Index

    Properties

    reference_name: string

    The name of the reference

    text: RichText

    The link text

    type: string

    Type of the rich text, always "reference_link"