多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
# QQLite.Framework.Event.MessageEventArgs 类 ## 注释 ~~~ 消息事件基类 ~~~ ## 语法 ~~~ public abstract class MessageEventArgs : QQEventArgs ~~~ ## 属性 | | 名称 | 说明 | | --- | --- | --- | | | [Message](https://www.kancloud.cn/gxser1986/cqrobot/3016051) | 消息 | | | [Sender](https://www.kancloud.cn/gxser1986/cqrobot/3016052) | 发送者QQ | | | [SenderName](https://www.kancloud.cn/gxser1986/cqrobot/3016053) | 发送者昵称 | | | [SendTime](https://www.kancloud.cn/gxser1986/cqrobot/3016054) | 发送时间 | | | [MessageId](https://www.kancloud.cn/gxser1986/cqrobot/3016055) | 信息Id | | | [Sequence](https://www.kancloud.cn/gxser1986/cqrobot/3016056) | 信息序号 | | | [Xml](https://www.kancloud.cn/gxser1986/cqrobot/3016057) | Xml内容 | ## 方法 | | 名称 | 说明 | | --- | --- | --- | | | [SetMessage](https://www.kancloud.cn/gxser1986/cqrobot/3016059) | Message替换 | | | [SetVariable](https://www.kancloud.cn/gxser1986/cqrobot/3016060) | 变量替换\[已过时\] |