Delete state for a particular user.
(self, chat_id, user_id,
business_connection_id=None,
message_thread_id=None,
bot_id=None,
)
| 37 | raise NotImplementedError |
| 38 | |
| 39 | def delete_state(self, chat_id, user_id, |
| 40 | business_connection_id=None, |
| 41 | message_thread_id=None, |
| 42 | bot_id=None, |
| 43 | ): |
| 44 | """ |
| 45 | Delete state for a particular user. |
| 46 | """ |
| 47 | raise NotImplementedError |
| 48 | |
| 49 | def reset_data(self, chat_id, user_id, |
| 50 | business_connection_id=None, |