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

Method process_new_message_reaction

telebot/__init__.py:902–906  ·  view source on GitHub ↗

:meta private:

(self, new_message_reactions)

Source from the content-addressed store, hash-verified

900 self._notify_command_handlers(self.edited_channel_post_handlers, new_edited_channel_post, 'edited_channel_post')
901
902 def process_new_message_reaction(self, new_message_reactions):
903 """
904 :meta private:
905 """
906 self._notify_command_handlers(self.message_reaction_handlers, new_message_reactions, 'message_reaction')
907
908 def process_new_message_reaction_count(self, new_message_reaction_counts):
909 """

Callers 1

process_new_updatesMethod · 0.95

Calls 1

Tested by

no test coverage detected