InputRichBlockThinking¶
- class pyrogram.types.InputRichBlockThinking[source]¶
A block with a “Thinking…” placeholder, corresponding to the custom HTML tag
<tg-thinking>.The block may be used only in
send_rich_message_draft(), 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.- Parameters:
text (
str|RichText) – Text of the block. See https://t.me/addemoji/AIActions for examples of custom emoji, which are recommended for usage in the block.