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