Skip to content

GramIO API Reference / gramio/dist / TelegramInputRichBlockDetails

Interface: TelegramInputRichBlockDetails

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

An expandable block for details disclosure, corresponding to the HTML tag <details>.

Documentation

Properties

PropertyTypeDescriptionDefined in
blocksTelegramInputRichBlock[]Content of the block@gramio/types/out/objects.d.ts:8746
is_open?trueOptional. Pass True if the content of the block is visible by default@gramio/types/out/objects.d.ts:8750
summaryTelegramRichTextAlways shown summary of the block@gramio/types/out/objects.d.ts:8742
type"details"Type of the block, always “details”@gramio/types/out/objects.d.ts:8738