企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
# QQLite.Framework.Event.ClusterSendIMEventArgs 类 ## 注释 ~~~ 发送群信息事件 ~~~ ## 语法 ~~~ public class ClusterSendIMEventArgs : QQEventArgs ~~~ ## 属性 | | 名称 | 说明 | | --- | --- | --- | | | [ClusterId](https://www.kancloud.cn/gxser1986/cqrobot/3015967) | 内部群号 | | | [MessageId](https://www.kancloud.cn/gxser1986/cqrobot/3015968) | 消息序号 | | | [ReplyCode](https://www.kancloud.cn/gxser1986/cqrobot/3015969) | 回复码 0x00 : 通常为成功 | | | [ErrorMessage](https://www.kancloud.cn/gxser1986/cqrobot/3015970) | 错误信息 (ReplyCode != 0x00 存在) |