mirror of
https://github.com/eternnoir/pyTelegramBotAPI.git
synced 2023-08-10 21:12:57 +03:00
Move parameter to the end of list
This commit is contained in:
parent
c13f9a7f98
commit
5120650774
@ -92,8 +92,8 @@ class TeleBot:
|
||||
"""
|
||||
|
||||
def __init__(
|
||||
self, token, parse_mode=None, last_update_id=0, threaded=True, skip_pending=False, num_threads=2,
|
||||
next_step_backend=None, reply_backend=None, exception_handler=None
|
||||
self, token, parse_mode=None, threaded=True, skip_pending=False, num_threads=2,
|
||||
next_step_backend=None, reply_backend=None, exception_handler=None, last_update_id=0
|
||||
):
|
||||
"""
|
||||
:param token: bot API token
|
||||
|
Loading…
Reference in New Issue
Block a user