From e657e5f8c34d8456e92d801b863a4a1534945acc Mon Sep 17 00:00:00 2001 From: Manuel1510 Date: Tue, 2 Oct 2018 19:36:16 +0200 Subject: [PATCH] Update inlinequery.py --- telethon/events/inlinequery.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telethon/events/inlinequery.py b/telethon/events/inlinequery.py index 1878bb97..994a247e 100644 --- a/telethon/events/inlinequery.py +++ b/telethon/events/inlinequery.py @@ -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.