ultra-telegram-framework
    Preparing search index...

    Interface RichTextMention

    A mention by a username.

    interface RichTextMention {
        text: RichText;
        type: string;
        username: string;
    }
    Index

    Properties

    Properties

    text: RichText

    The text

    type: string

    Type of the rich text, always "mention"

    username: string

    The username