Get data for a user in a particular chat.
(self, chat_id, user_id)
| 16 | raise NotImplementedError |
| 17 | |
| 18 | def get_data(self, chat_id, user_id): |
| 19 | """ |
| 20 | Get data for a user in a particular chat. |
| 21 | """ |
| 22 | raise NotImplementedError |
| 23 | |
| 24 | def set_state(self, chat_id, user_id, state, |
| 25 | business_connection_id=None, |
no outgoing calls
no test coverage detected