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

Method process_new_messages

telebot/async_telebot.py:785–790  ·  view source on GitHub ↗

:meta private:

(self, new_messages)

Source from the content-addressed store, hash-verified

783 await self.process_new_guest_message(new_guest_messages)
784
785 async def process_new_messages(self, new_messages):
786 """
787 :meta private:
788 """
789 await self.__notify_update(new_messages)
790 await self._process_updates(self.message_handlers, new_messages, 'message')
791
792 async def process_new_edited_messages(self, edited_message):
793 """

Callers 1

process_new_updatesMethod · 0.95

Calls 2

__notify_updateMethod · 0.95
_process_updatesMethod · 0.95

Tested by

no test coverage detected