BinaryONe commited on
Commit
f258488
·
1 Parent(s): caf84b9

Callback Update

Browse files
FileStream/bot/plugins/FileHandlers/stream.py CHANGED
@@ -65,7 +65,7 @@ async def private_receive_handler(bot: Client, message: Message):
65
 
66
  reply = await message.reply_text(LANG.PROCESSING_TEXT)
67
  file_info=get_file_info(message, instruction)
68
- reply_markup, stream_text = await upload_type_func(get_file_info(message, instruction))
69
  await reply.edit_text(text=stream_text,
70
  parse_mode=ParseMode.HTML,
71
  disable_web_page_preview=True,
 
65
 
66
  reply = await message.reply_text(LANG.PROCESSING_TEXT)
67
  file_info=get_file_info(message, instruction)
68
+ reply_markup, stream_text = await upload_type_func(get_file_info(message, instruction),reply)
69
  await reply.edit_text(text=stream_text,
70
  parse_mode=ParseMode.HTML,
71
  disable_web_page_preview=True,