:meta private:
(self, new_message_reaction_counts)
| 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 | """ |
no test coverage detected