ultra-telegram-framework
    Preparing search index...

    Interface RichTextMarked

    A marked text.

    interface RichTextMarked {
        text: RichText;
        type: string;
    }
    Index

    Properties

    Properties

    text: RichText

    The text

    type: string

    Type of the rich text, always "marked"