(self, chat_id, user_id,
business_connection_id=None,
message_thread_id=None,
bot_id=None,
)
| 57 | raise NotImplementedError |
| 58 | |
| 59 | def get_state(self, chat_id, user_id, |
| 60 | business_connection_id=None, |
| 61 | message_thread_id=None, |
| 62 | bot_id=None, |
| 63 | ): |
| 64 | raise NotImplementedError |
| 65 | |
| 66 | def get_interactive_data(self, chat_id, user_id, |
| 67 | business_connection_id=None, |