Skip to content

GramIO API Reference / gramio/dist / TelegramInputRichBlockThinking

Interface: TelegramInputRichBlockThinking

Defined in: @gramio/types/out/objects.d.ts:8932

A block with a “Thinking…” placeholder, corresponding to the custom HTML tag <tg-thinking>. 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 that are recommended for usage in the block.

Documentation

Properties

PropertyTypeDescriptionDefined in
textTelegramRichTextText of the block. See https://t.me/addemoji/AIActions for examples of custom emoji that are recommended for usage in the block.@gramio/types/out/objects.d.ts:8940
type"thinking"Type of the block, always “thinking”@gramio/types/out/objects.d.ts:8936