ultra-telegram-framework
    Preparing search index...

    Interface RichTextTextMention

    A mention of a Telegram user by their identifier.

    interface RichTextTextMention {
        text: RichText;
        type: string;
        user: User;
    }
    Index

    Properties

    Properties

    text: RichText

    The text

    type: string

    Type of the rich text, always "text_mention"

    user: User

    The mentioned user