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

Method process_new_poll

telebot/__init__.py:944–948  ·  view source on GitHub ↗

:meta private:

(self, new_polls)

Source from the content-addressed store, hash-verified

942 self._notify_command_handlers(self.pre_checkout_query_handlers, new_pre_checkout_queries, 'pre_checkout_query')
943
944 def process_new_poll(self, new_polls):
945 """
946 :meta private:
947 """
948 self._notify_command_handlers(self.poll_handlers, new_polls, 'poll')
949
950 def process_new_poll_answer(self, new_poll_answers):
951 """

Callers 1

process_new_updatesMethod · 0.95

Calls 1

Tested by

no test coverage detected