:meta private:
(self, new_edited_channel_post)
| 894 | self._notify_command_handlers(self.channel_post_handlers, new_channel_post, 'channel_post') |
| 895 | |
| 896 | def process_new_edited_channel_posts(self, new_edited_channel_post): |
| 897 | """ |
| 898 | :meta private: |
| 899 | """ |
| 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 | """ |
no test coverage detected