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

Method process_new_message_reaction_count

telebot/__init__.py:908–912  ·  view source on GitHub ↗

:meta private:

(self, new_message_reaction_counts)

Source from the content-addressed store, hash-verified

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 """
910 :meta private:
911 """
912 self._notify_command_handlers(self.message_reaction_count_handlers, new_message_reaction_counts, 'message_reaction_count')
913
914 def process_new_inline_query(self, new_inline_queries):
915 """

Callers 1

process_new_updatesMethod · 0.95

Calls 1

Tested by

no test coverage detected