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