change bg img

redesigned
This commit is contained in:
levina 2021-09-14 21:04:05 +07:00 committed by GitHub
parent 03d53281a9
commit 7ff8eab449
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):
stream_type=StreamType().local_stream, stream_type=StreamType().local_stream,
) )
await m.reply_photo( await m.reply_photo(
photo="https://telegra.ph/file/422650a849a8d6831bde8.png", photo="https://telegra.ph/file/0faaa780ae861fb780814.png",
reply_markup=keyboard, reply_markup=keyboard,
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.**") 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()
@ -179,7 +179,7 @@ async def startvideo(client, m: Message):
stream_type=StreamType().local_stream, stream_type=StreamType().local_stream,
) )
await m.reply_photo( await m.reply_photo(
photo="https://telegra.ph/file/dc90e91cc77e68568e7b4.png", photo="https://telegra.ph/file/bca4f149e798092846230.png",
reply_markup=keyboard, reply_markup=keyboard,
caption=f"💡 **video streaming started !**\n\n» **join to video chat on the top to watch the video.**") caption=f"💡 **video streaming started !**\n\n» **join to video chat on the top to watch the video.**")
return await msg.delete() return await msg.delete()