Table of Contents

Enum VerificationLevel

Namespace
Discord
Assembly
Discord.Net.Core.dll

Specifies the verification level the guild uses.

public enum VerificationLevel

Fields

Extreme = 4

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

High = 3

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

Low = 1

Users must have a verified email on their account.

Medium = 2

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

None = 0

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