K
Size: a a a
K
S
K
K
def clear_step_handler_by_chat_id(self, chat_id):
"""
Clears all callback functions registered by register_next_step_handler().
:param chat_id: The chat for which we want to clear next step handlers
"""
self.next_step_backend.clear_handlers(chat_id)
K
K
EA
EA
EM
EM
EM
EM
EA
🇫
K
K
K
B
B