Enum VerificationLevel
- Namespace
- DisCatSharp.Enums
- Assembly
- DisCatSharp.dll
Represents guild verification level.
public enum VerificationLevel
Fields
None = 0
No verification. Anyone can join and chat right away.
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.
High = 3
High 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
Highest verification level. Users are required to have a verified phone number attached to their account.