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