:meta private:
(self, channel_post)
| 796 | await self._process_updates(self.edited_message_handlers, edited_message, 'edited_message') |
| 797 | |
| 798 | async def process_new_channel_posts(self, channel_post): |
| 799 | """ |
| 800 | :meta private: |
| 801 | """ |
| 802 | await self._process_updates(self.channel_post_handlers, channel_post , 'channel_post') |
| 803 | |
| 804 | async def process_new_edited_channel_posts(self, edited_channel_post): |
| 805 | """ |
no test coverage detected