This commit is contained in:
levina 2022-02-15 10:19:22 +07:00 committed by GitHub
parent 9f94d3e43e
commit dd5c5e0aa8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ async def inline(client: Client, query: InlineQuery):
await client.answer_inline_query(
query.id,
results=answers,
switch_pm_text="type a youtube video name...",
switch_pm_text="Type the YouTube video name to search !",
switch_pm_parameter="help",
cache_time=0,
)