nonebot / adapter-qq

NoneBot2 QQ 适配器 / QQ adapter for nonebot2
MIT License
210 stars 18 forks source link

发送QQ群消息时无法发送图片 #78

Closed Polyisoprene closed 11 months ago

Polyisoprene commented 11 months ago

使用bot.send发送QQ群消息时如果message为

message = MessagSegment.text("测试")+MessageSegment.file_image

则会报错

TypeError: Bot.post_group_messages() got an unexpected keyword argument 'file_image'
he0119 commented 11 months ago

QQ 群目前不支持 file_image 发送图片,你只能用图片 url 来发送。

yanyongyu commented 11 months ago

QQ群支持了以后会跟进