This commit is contained in:
levina 2021-09-14 04:26:51 +07:00 committed by GitHub
parent 1db42e47a6
commit f7acad23aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -140,7 +140,7 @@ async def startvideo(client, m: Message):
await m.reply_photo( await m.reply_photo(
photo="https://telegra.ph/file/422650a849a8d6831bde8.png", photo="https://telegra.ph/file/422650a849a8d6831bde8.png",
reply_markup=keyboard, reply_markup=keyboard,
caption=f"💡 **video streaming started!**\n\n🏷 **Name:** {title}\n⏱ **Duration:** `{convert_seconds(duration)}`\n\n» **join to video chat on the top to watch the video.**") caption=f"💡 **video streaming started!**\n\n🏷 **Name:** {title}\n⏱ **Duration:** `{convert_seconds(duration)} m`\n\n» **join to video chat on the top to watch the video.**")
return await msg.delete() return await msg.delete()
await idle() await idle()
except Exception as e: except Exception as e: