Update inlinequery.py

This commit is contained in:
Manuel1510 2018-10-02 19:36:16 +02:00 committed by GitHub
parent 1921043870
commit e657e5f8c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -124,7 +124,7 @@ class InlineQuery(EventBuilder):
async def answer(
self, results=None, cache_time=0, *,
gallery=False, next_offset=False, private=False,
gallery=False, next_offset=None, private=False,
switch_pm=None, switch_pm_param=''):
"""
Answers the inline query with the given results.