mirror of
https://github.com/eternnoir/pyTelegramBotAPI.git
synced 2023-08-10 21:12:57 +03:00
Handlers and Middlewares processing union
Call for handlers now union in a single function for future extension. Plus minor fixes in storages.
This commit is contained in:
@ -41,7 +41,10 @@ class StateStorageBase:
|
||||
|
||||
def get_state(self, chat_id, user_id):
|
||||
raise NotImplementedError
|
||||
|
||||
|
||||
def get_interactive_data(self, chat_id, user_id):
|
||||
raise NotImplementedError
|
||||
|
||||
def save(self, chat_id, user_id, data):
|
||||
raise NotImplementedError
|
||||
|
||||
|
Reference in New Issue
Block a user