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>.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
blocks | TelegramInputRichBlock[] | Content of the block | @gramio/types/out/objects.d.ts:8746 |
is_open? | true | Optional. Pass True if the content of the block is visible by default | @gramio/types/out/objects.d.ts:8750 |
summary | TelegramRichText | Always 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 |