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