ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
# 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) | 变量替换\[已过时\] |