Enum VerificationLevel
- Namespace
- Discord
- Assembly
- Discord.Net.Core.dll
Specifies the verification level the guild uses.
public enum VerificationLevel
Fields
Extreme = 4Users must fulfill the requirements of High and must have a verified phone on their Discord account.
High = 3Users must fulfill the requirements of Medium and be a member of this guild for at least 10 minutes.
Low = 1Users must have a verified email on their account.
Medium = 2Users must fulfill the requirements of Low and be registered on Discord for at least 5 minutes.
None = 0Users have no additional restrictions on sending messages to this guild.