cyanray / mirai-cpp

本项目为 mirai-api-http 的 C++ 封装,方便使用 C++ 开发基于 mirai-api-http 插件。
GNU Affero General Public License v3.0
148 stars 38 forks source link

问题:如何将两个 MessageChain 连接? #57

Closed dbxxx-ac closed 3 years ago

dbxxx-ac commented 3 years ago

两个 MessageChain 里各自有两种以上的 IMessage 类型。

怎么将两个 MessageChain 相接成一个 MessageChain 呢?

dbxxx-ac commented 3 years ago

抱歉 原来可以直接用加法连接,我之前用加法连接报错,就想当然以为两个 MessageChain 无法连接了,其实是其他地方写的有问题。