ThinkSSL🔒 一键申购 5分钟快速签发 30天无理由退款 购买更放心 广告
# QQLite.Framework.Tool.PluginExtend.PluginMessageBase 类 ## 注释 ~~~ 插件高级设置 - 插件信息处理接口 ~~~ ## 语法 ~~~ public class PluginMessageBase ~~~ ## 构造函数 | | 名称 | 说明 | | --- | --- | --- | | | [PluginMessageBase](https://www.kancloud.cn/gxser1986/cqrobot/3015868) | 初始化插件信息 | ## 属性 | | 名称 | 说明 | | --- | --- | --- | | | [E](https://www.kancloud.cn/gxser1986/cqrobot/3015870) | 事件 | | | [Message](https://www.kancloud.cn/gxser1986/cqrobot/3015871) | 消息内容 | | | [ConfigBase](https://www.kancloud.cn/gxser1986/cqrobot/3015872) | 插件基本设置 | | | [IsProgramAdmin](https://www.kancloud.cn/gxser1986/cqrobot/3015873) | 程序管理员 | | | [IsClusterAdmin](https://www.kancloud.cn/gxser1986/cqrobot/3015874) | 群管理员 | | | [IsClusterCreator](https://www.kancloud.cn/gxser1986/cqrobot/3015875) | 群主 | | | [IsCustomAdmin](https://www.kancloud.cn/gxser1986/cqrobot/3015876) | 自定义群管理员 | | | [DoIMType](https://www.kancloud.cn/gxser1986/cqrobot/3015877) | 会话类型 | | | [Command](https://www.kancloud.cn/gxser1986/cqrobot/3015878) | 命令 | ## 方法 | | 名称 | 说明 | | --- | --- | --- | | | [Do](https://www.kancloud.cn/gxser1986/cqrobot/3015861) | 执行操作 | | | [GetMatch](https://www.kancloud.cn/gxser1986/cqrobot/3015862.md) | 匹配命令 | | | [GetCommandList](https://www.kancloud.cn/gxser1986/cqrobot/3015863) | 获取命令列表 | | | [GetLanguage](https://www.kancloud.cn/gxser1986/cqrobot/3015864) | 获取回复语 | | | [GetCommand](https://www.kancloud.cn/gxser1986/cqrobot/3015865) | 获取所有命令 | | | [GetOneCommand](https://www.kancloud.cn/gxser1986/cqrobot/3015866) | 获取第一个命令 |