🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
# 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) | 变量替换\[已过时\] |