privateone commited on
Commit
e9f8483
·
verified ·
1 Parent(s): 727d54b

Update FileStream/utils/FileProcessors/bot_utils.py

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