mirror of
https://github.com/eternnoir/pyTelegramBotAPI.git
synced 2023-08-10 21:12:57 +03:00
Fix method name.
This commit is contained in:
parent
9025be0ef2
commit
84b1aca939
@ -914,7 +914,7 @@ class TeleBot:
|
|||||||
|
|
||||||
return decorator
|
return decorator
|
||||||
|
|
||||||
def add_pre_checkout_queryhandler(self, handler_dict):
|
def add_pre_checkout_query_handler(self, handler_dict):
|
||||||
self.pre_checkout_query_handlers.append(handler_dict)
|
self.pre_checkout_query_handlers.append(handler_dict)
|
||||||
|
|
||||||
def _test_message_handler(self, message_handler, message):
|
def _test_message_handler(self, message_handler, message):
|
||||||
|
Loading…
Reference in New Issue
Block a user