Table of Contents

Enum GuildJoinRestrictionTypes

Namespace
Kook
Assembly
Kook.Net.Core.dll

表示服务器的加入限制。

[Flags]
public enum GuildJoinRestrictionTypes

Fields

DisableUnverified = 1

禁止未实名的用户加入服务器。

DisableUnverifiedAndViolation = 4

禁止未实名且近期有严重违规记录的用户加入服务器。

DisableViolation = 2

禁止近期有严重违规记录的用户加入服务器。

None = 0

没有加入限制。