Enum GuildJoinRestrictionTypes
- Namespace
- Kook
- Assembly
- Kook.Net.Core.dll
表示服务器的加入限制。
[Flags]
public enum GuildJoinRestrictionTypes
Fields
DisableUnverified = 1禁止未实名的用户加入服务器。
DisableUnverifiedAndViolation = 4禁止未实名且近期有严重违规记录的用户加入服务器。
DisableViolation = 2禁止近期有严重违规记录的用户加入服务器。
None = 0没有加入限制。