peyk.platforms.telegram.types.rich_block_caption¶ Classes RichBlockCaption([text]) Caption of a rich formatted block. class peyk.platforms.telegram.types.rich_block_caption.RichBlockCaption(text: str = '')[source]¶ Bases: object Caption of a rich formatted block. Variables: text (str) – Block caption credit – Block credit which corresponds to the HTML tag text: str = ''¶ classmethod from_dict(data)[source]¶ Provides the from dict operation for the Telegram integration. Parameters: data – Value used by this operation.