Table of Contents

Enum DiscordVerificationLevel

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

Represents guild verification level.

public enum DiscordVerificationLevel
Extension Methods

Fields

High = 3

(╯°□°)╯︵ ┻━┻ verification level. Users are required to have a verified email attached to their account, account age need to be at least 5 minutes, and they need to be in the server for at least 10 minutes in order to be able to chat.

Highest = 4

┻━┻ ミヽ(ಠ益ಠ)ノ彡┻━┻ verification level. Users are required to have a verified phone number attached to their account.

Low = 1

Low verification level. Users are required to have a verified email attached to their account in order to be able to chat.

Medium = 2

Medium verification level. Users are required to have a verified email attached to their account, and account age need to be at least 5 minutes in order to be able to chat.

None = 0

No verification. Anyone can join and chat right away.