Environment
wechatpy==1.8.18
wechaty==0.10.7
wechaty-grpc==0.20.19
wechaty-plugin-contrib==0.0.25
wechaty-puppet==0.4.23
wechaty-puppet-service==0.8.10
Description
[Bug]: 图片和文件没发发送提示 mimeType will be deprecated after Dec, 2022, we suggest that you should use mediaType property 应该怎么处理
Minimum reproducible code
file_box = FileBox.from_url(
url=imageUrl, name=name)
await room.say(file_box)