peyk.platforms.telegram.types.rich_text_button¶ Classes RichTextButton([text, type]) Rich text button. class peyk.platforms.telegram.types.rich_text_button.RichTextButton(text: str = '', type: str = 'button')[source]¶ Bases: object Rich text button. text: str = ''¶ type: str = 'button'¶ classmethod from_dict(data)[source]¶ Provides the from dict operation for the Telegram integration. Parameters: data – Value used by this operation.