Skip to content

Commit bf15f54

Browse files
committed
Changed order of keyword arguments in the hope that no user has treated pass_update_queue as a positional argument.
1 parent d19af21 commit bf15f54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

telegram/ext/inlinequeryhandler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ class InlineQueryHandler(Handler):
9191
def __init__(self,
9292
callback,
9393
autowire=False,
94+
pattern=None,
9495
pass_update_queue=False,
9596
pass_job_queue=False,
96-
pattern=None,
9797
pass_groups=False,
9898
pass_groupdict=False,
9999
pass_user_data=False,

0 commit comments

Comments
 (0)