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

Method process_new_edited_messages

telebot/__init__.py:884–888  ·  view source on GitHub ↗

:meta private:

(self, new_edited_message)

Source from the content-addressed store, hash-verified

882 self._notify_command_handlers(self.message_handlers, new_messages, 'message')
883
884 def process_new_edited_messages(self, new_edited_message):
885 """
886 :meta private:
887 """
888 self._notify_command_handlers(self.edited_message_handlers, new_edited_message, 'edited_message')
889
890 def process_new_channel_posts(self, new_channel_post):
891 """

Callers 1

process_new_updatesMethod · 0.95

Calls 1

Tested by

no test coverage detected