telegramx.js

RichBlockDetails

interface

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

Declaration

interface RichBlockDetails 

Properties

blocksproperty#
blocks: RichBlock[];

Content of the block

is_openproperty#
is_open?: boolean;

Optional. True, if the content of the block is visible by default

summaryproperty#
summary: RichText;

Always shown summary of the block

typeproperty#
type: 'details';

Type of the block, always "details"