ultra-telegram-framework
    Preparing search index...

    Interface RichTextReference

    A reference.

    interface RichTextReference {
        name: string;
        text: RichText;
        type: string;
    }
    Index

    Properties

    Properties

    name: string

    The name of the reference

    text: RichText

    Text of the reference

    type: string

    Type of the rich text, always "reference"