企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
# QQLite.Framework.Event.VerifyCodeEventArgs 类 ## 注释 ~~~ c ~~~ ## 语法 ~~~ public class VerifyCodeEventArgs : QQEventArgs ~~~ ## 属性 | | 名称 | 说明 | | --- | --- | --- | | | [Cancel](https://www.kancloud.cn/gxser1986/cqrobot/3016098) | true - 代表已经处理该事件,不希望再处理该事件 false - 没有处理过该事件 | | | [ImageFile](https://www.kancloud.cn/gxser1986/cqrobot/3016099) | 验证码图片位置 | | | [QQ](https://www.kancloud.cn/gxser1986/cqrobot/3016100) | QQ号码 或者 群号码 | | | [Session](https://www.kancloud.cn/gxser1986/cqrobot/3016101) | 验证码Session | | | [Type](https://www.kancloud.cn/gxser1986/cqrobot/3016102) | 验证码类型 |