pageBlockDetails
A collapsible details block
type tg.PageBlockDetails struct { /* ... */ }
Implements PageBlock.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Open | bool | — | Whether the block is open by default |
Blocks | []PageBlockClass | yes | Block contents |
Title | RichTextClass | yes | Always visible heading for the block |
References
- Official documentation
- Generated Go reference
- TL definition:
pageBlockDetails#76768bed