:meta private:
(self, new_inline_queries)
| 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 | """ |
no test coverage detected