看到go-cqhttp的CQ Code页有这种消息,想发这些特殊消息类型在写插件的时候该怎么写呢?
我看到在poke-reply这个插件里,戳一戳是这样写的
await session.send(`<onebot:poke qq="${session.userId}"/>`)
戳一戳对应的CQ码是[CQ:poke,qq=xxxx]
xml消息对应的CQ码是[CQ:xml,data=xxxx]
我已经试过了await session.send(`<onebot:xml data=xxxx/>`)
xxxx换成了xml格式
机器人发出来的消息则是<onebot:xml data=xxxx/>,xxxx有一部分被忽略了
我应该怎么办?或者说暂时还不支持吗