/** * ## RichBlockDivider * A divider, corresponding to the HTML tag
. * @see https://core.telegram.org/bots/api#richblockdivider */ export type RichBlockDivider = { /** * Type of the block, always "divider" */ type: 'divider'; };