cyanray / mirai-cpp

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

Fix The Recall Function #150

Closed misaka-20002 closed 1 year ago

misaka-20002 commented 1 year ago

RT

cyanray commented 1 year ago

我暂未能抽出时间跟进 mirai-api-http 的最新版本,非常感谢你提供的修复! 但是你的这个更改似乎无法撤回好友对话中的消息了?因为好友对话没有 GID。 是否在撤回群聊消息时需要提供 GID 而好友对话时提供好友QQ? 如果是,类型应该改为 UID_t

misaka-20002 commented 1 year ago

我暂未能抽出时间跟进 mirai-api-http 的最新版本,非常感谢你提供的修复! 但是你的这个更改似乎无法撤回好友对话中的消息了?因为好友对话没有 GID。 是否在撤回群聊消息时需要提供 GID 而好友对话时提供好友QQ? 如果是,类型应该改为 UID_t

在mah中提供的api传入的参数是群号/好友QQ号皆可 确实没考虑到UID_t()

misaka-20002 commented 1 year ago

好了w