const result = await this.pupPage.evaluate(async (msgId) => { const msg = window.Store.Msg.get(msgId); const buffer = await window.WWebJS.downloadBuffer(msg.clientUrl ...