Skip to main content

Enum VerificationLevel

Specifies the verification level the guild uses.

Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public enum VerificationLevel

Fields​

None​

Users have no additional restrictions on sending messages to this guild.

View Source​
Declaration
None = 0

Low​

Users must have a verified email on their account.

View Source​
Declaration
Low = 1

Medium​

Users must fulfill the requirements of Low and be registered on Discord for at least 5 minutes.

View Source​
Declaration
Medium = 2

High​

Users must fulfill the requirements of Medium and be a member of this guild for at least 10 minutes.

View Source​
Declaration
High = 3

Extreme​

Users must fulfill the requirements of High and must have a verified phone on their Discord account.

View Source​
Declaration
Extreme = 4