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