peyk.platforms.telegram.types.rich_block_divider¶ Classes RichBlockDivider() A divider, corresponding to the HTML tag . class peyk.platforms.telegram.types.rich_block_divider.RichBlockDivider[source]¶ Bases: object A divider, corresponding to the HTML tag . Variables: type – Type of the block, always ‘divider’ classmethod from_dict(data)[source]¶ Provides the from dict operation for the Telegram integration. Parameters: data – Value used by this operation.