peyk.platforms.telegram.types.rich_message_button¶ Classes RichMessageButton([text, type]) Rich message button. class peyk.platforms.telegram.types.rich_message_button.RichMessageButton(text: str = '', type: str = 'button')[source]¶ Bases: object Rich message 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.