InputRichBlockThinking¶
- class aiogram.types.input_rich_block_thinking.InputRichBlockThinking(*, type: Literal[InputRichBlockType.THINKING] = InputRichBlockType.THINKING, text: RichTextUnion, **extra_data: Any)[source]¶
A block with a ‘Thinking…’ placeholder, corresponding to the custom HTML tag
<tg-thinking>. The block may be used only inaiogram.methods.send_rich_message_draft.SendRichMessageDraft, therefore it can’t be received in messages. See https://t.me/addemoji/AIActions <https://t.me/addemoji/AIActions>`_`https://t.me/addemoji/AIActions for examples of custom emoji that are recommended for usage in the block.Source: https://core.telegram.org/bots/api#inputrichblockthinking
- type: Literal[InputRichBlockType.THINKING]¶
Type of the block, always ‘thinking’
- text: RichTextUnion¶
Text of the block. See https://t.me/addemoji/AIActions <https://t.me/addemoji/AIActions>`_`https://t.me/addemoji/AIActions for examples of custom emoji that are recommended for usage in the block