Bug fixes and improvements #8
@ -169,5 +169,5 @@ async def inline_answer(client: Client, inline_query: InlineQuery):
|
|||||||
|
|
||||||
await inline_query.answer(
|
await inline_query.answer(
|
||||||
results=results,
|
results=results,
|
||||||
cache_time=10
|
cache_time=150
|
||||||
)
|
)
|
Reference in New Issue
Block a user