change bg img
redesigned
This commit is contained in:
parent
03d53281a9
commit
7ff8eab449
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user