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