privateone commited on
Commit
9177cc5
·
verified ·
1 Parent(s): faf1456

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":str(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 ]---------------------#