peyk.platforms.telegram.types.rich_block_details¶
Classes
|
An expandable block for details disclosure, corresponding to the HTML tag . |
- class peyk.platforms.telegram.types.rich_block_details.RichBlockDetails(title: str = '', text: str = '')[source]¶
Bases:
objectAn expandable block for details disclosure, corresponding to the HTML tag .
- Variables:
type – Type of the block, always ‘details’
summary – Always shown summary of the block
blocks – Content of the block
is_open – True, if the content of the block is visible by default
- title: str = ''¶
- text: str = ''¶