ThinkChat🤖让你学习和工作更高效,注册即送10W Token,即刻开启你的AI之旅 广告
# QQLite.Framework.QQEnum.ClusterAuthType 枚举 ## 注释 ~~~ 入群验证类型 ~~~ ## 语法 ~~~ public enum ClusterAuthType : byte ~~~ ## 字段 | | 名称 | 说明 | | --- | --- | --- | | | [None](https://www.kancloud.cn/gxser1986/cqrobot/3015882) | 允许任何人 | | | [NeedAuth](https://www.kancloud.cn/gxser1986/cqrobot/3015883) | 需要验证 | | | [Denied](https://www.kancloud.cn/gxser1986/cqrobot/3015884) | 群禁止加入 |