mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-07 13:34:59 +03:00
Update inlinequery.py
This commit is contained in:
parent
1921043870
commit
e657e5f8c3
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user