:meta private:
(self, new_channel_post)
| 888 | self._notify_command_handlers(self.edited_message_handlers, new_edited_message, 'edited_message') |
| 889 | |
| 890 | def process_new_channel_posts(self, new_channel_post): |
| 891 | """ |
| 892 | :meta private: |
| 893 | """ |
| 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 | """ |
no test coverage detected