Skip to content

GramIO API Reference / gramio/dist / TelegramRichBlockDetails

Interface: TelegramRichBlockDetails

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

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

Documentation

Properties

PropertyTypeDescriptionDefined in
blocksTelegramRichBlock[]Content of the block@gramio/types/out/objects.d.ts:8170
is_open?trueOptional. True, if the content of the block is visible by default@gramio/types/out/objects.d.ts:8174
summaryTelegramRichTextAlways shown summary of the block@gramio/types/out/objects.d.ts:8166
type"details"Type of the block, always “details”@gramio/types/out/objects.d.ts:8162