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

Method __notify_update

telebot/__init__.py:1051–1058  ·  view source on GitHub ↗

:meta private:

(self, new_messages)

Source from the content-addressed store, hash-verified

1049
1050
1051 def __notify_update(self, new_messages):
1052 """
1053 :meta private:
1054 """
1055 if len(self.update_listener) == 0:
1056 return
1057 for listener in self.update_listener:
1058 self._exec_task(listener, new_messages)
1059
1060 def _setup_change_detector(self, path_to_watch: str):
1061 try:

Callers 1

process_new_messagesMethod · 0.95

Calls 1

_exec_taskMethod · 0.95

Tested by

no test coverage detected