MCPcopy Create free account
hub / github.com/eternnoir/pyTelegramBotAPI / register_handler

Method register_handler

telebot/handler_backends.py:26–27  ·  view source on GitHub ↗
(self, handler_group_id, handler)

Source from the content-addressed store, hash-verified

24 self.handlers = handlers
25
26 def register_handler(self, handler_group_id, handler):
27 raise NotImplementedError()
28
29 def clear_handlers(self, handler_group_id):
30 raise NotImplementedError()

Calls

no outgoing calls

Tested by

no test coverage detected