MCPcopy Create free account
hub / github.com/eternnoir/pyTelegramBotAPI / process_new_channel_posts

Method process_new_channel_posts

telebot/async_telebot.py:798–802  ·  view source on GitHub ↗

:meta private:

(self, channel_post)

Source from the content-addressed store, hash-verified

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 """

Callers 1

process_new_updatesMethod · 0.95

Calls 1

_process_updatesMethod · 0.95

Tested by

no test coverage detected