This commit is contained in:
yasir 2023-02-07 13:58:24 +07:00
parent 0fdc3d938a
commit 3e5b4caf4e

View file

@ -163,10 +163,10 @@ async def inline_menu(_, inline_query: InlineQuery):
) )
) )
await inline_query.answer( await inline_query.answer(
results=datajson, results=datajson[:50],
is_gallery=False, is_gallery=False,
is_personal=False, is_personal=False,
next_offset="30", next_offset="",
cache_time=5, cache_time=5,
switch_pm_text=f"Found {len(datajson)} results", switch_pm_text=f"Found {len(datajson)} results",
switch_pm_parameter="help", switch_pm_parameter="help",