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

Method __notify_update

telebot/async_telebot.py:945–949  ·  view source on GitHub ↗
(self, new_messages)

Source from the content-addressed store, hash-verified

943 return None
944
945 async def __notify_update(self, new_messages):
946 if len(self.update_listener) == 0:
947 return
948 for listener in self.update_listener:
949 self._loop_create_task(listener(new_messages))
950
951 async def _test_message_handler(self, message_handler, message):
952 """

Callers 1

process_new_messagesMethod · 0.95

Calls 2

_loop_create_taskMethod · 0.95
listenerFunction · 0.50

Tested by

no test coverage detected