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

Method process_new_inline_query

telebot/__init__.py:914–918  ·  view source on GitHub ↗

:meta private:

(self, new_inline_queries)

Source from the content-addressed store, hash-verified

912 self._notify_command_handlers(self.message_reaction_count_handlers, new_message_reaction_counts, 'message_reaction_count')
913
914 def process_new_inline_query(self, new_inline_queries):
915 """
916 :meta private:
917 """
918 self._notify_command_handlers(self.inline_handlers, new_inline_queries, 'inline_query')
919
920 def process_new_chosen_inline_query(self, new_chosen_inline_queries):
921 """

Callers 1

process_new_updatesMethod · 0.95

Calls 1

Tested by

no test coverage detected