Spaces:
Running
Running
Update FileStream/utils/FileProcessors/bot_utils.py
Browse files
FileStream/utils/FileProcessors/bot_utils.py
CHANGED
@@ -194,7 +194,7 @@ async def gen_link(_id):
|
|
194 |
InlineKeyboardButton("ʀᴇᴠᴏᴋᴇ ғɪʟᴇ",callback_data=f"msgdelpvt_{_id}")
|
195 |
], [InlineKeyboardButton("ᴄʟᴏsᴇ", callback_data="close")]
|
196 |
])
|
197 |
-
return {"reply_markup": reply_markup, "stream_text": stream_text, "poster":
|
198 |
|
199 |
|
200 |
#---------------------[ GEN STREAM LINKS FOR CHANNEL ]---------------------#
|
|
|
194 |
InlineKeyboardButton("ʀᴇᴠᴏᴋᴇ ғɪʟᴇ",callback_data=f"msgdelpvt_{_id}")
|
195 |
], [InlineKeyboardButton("ᴄʟᴏsᴇ", callback_data="close")]
|
196 |
])
|
197 |
+
return {"reply_markup": reply_markup, "stream_text": stream_text, "poster": poster }
|
198 |
|
199 |
|
200 |
#---------------------[ GEN STREAM LINKS FOR CHANNEL ]---------------------#
|