/send_forward_msg,/send_group_forward_msg一类转发合并消息接口不再支持news,prompt等合并消息卡片伪造参数了吗 #1655
Replies: 2 comments
|
可以试试/send_msg message里传 {
'type':'node',
'data':{'user_id':user_id,'nickname':nickname,'content':content}
}这个是支持news、prompt的 |
0 replies
|
tencent限制 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
今天使用最新版本Napcat(4.17.25)调试时发现这些参数均已失效,且api文档里也已经移除了这些参数,一定程度降低了bot的娱乐和功能性。其中
send_group_forward_msg为了兼容go-cqhttp api可以理解,但send_forward_msg应该是napcat api,是误删了还是有意为之?All reactions