Enum DiscordGuildVerificationLevel
Represents a discord Verification Level API model. Docs: https://discord.com/developers/docs/resources/guild#guild-object-verification-level
Namespace: Color_Chan.Discord.Core.Common.API.DataModels.Guild
Assembly: Color-Chan.Discord.Core.dll
Syntax
public enum DiscordGuildVerificationLevel : byte
Fields
Name | Description |
---|---|
High | Must be a member of the server for longer than 10 minutes. |
Low | Must have verified email on account. |
Medium | Must be registered on Discord for longer than 5 minutes. |
None | Unrestricted. |
VeryHigh | Must have a verified phone number. |