ultra-telegram-framework
    Preparing search index...

    Interface RichBlockThinking

    A block with a "Thinking..." placeholder, corresponding to the custom HTML tag . The block may be used only in sendRichMessageDraft, therefore it can't be received in messages. See https://t.me/addemoji/AIActions for examples of custom emoji, which are recommended for usage in the block.

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

    Properties

    Properties

    text: RichText

    Text of the block. See https://t.me/addemoji/AIActions for examples of custom emoji, which are recommended for usage in the block.

    type: string

    Type of the block, always "thinking"