Can not save file
HyperClockUp opened this issue · 0 comments
HyperClockUp commented
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);