wechaty/puppet-wechat

Can not save file

HyperClockUp opened this issue · 0 comments

when save file from msg using toFileBox, got an abnormal FileBox.

reproduce code here

  const file = await msg.toFileBox();
  // got: {} -1
  console.log(file.metadata, file.size);
  await file.toFile(filePath);