-
Notifications
You must be signed in to change notification settings - Fork 352
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
为什么不能发送微信语音 #283
Comments
名称要单独定义的 |
import {FileBox, ScanStatus, WechatyBuilder, log } from 'wechaty' 我引入FileBox报错 版本: $ node --version 求赐教 |
FileBox引入 |
好的,谢谢FileBox确实有用 如果引入Message报错,有办法没 import {Message, ScanStatus, WechatyBuilder, log } from 'wechaty' |
const audioUrl = "https://afu-1255830993.cos.ap-shanghai.myqcloud.com/20230214183133.silk"
const fileBox = FileBox.fromUrl(audioUrl);
msg.say(fileBox);
The text was updated successfully, but these errors were encountered: