VerificationLevel

public enum VerificationLevel: Int

Level of verification for guild

  • Unrestricted

    Declaration

    Swift

    case none
  • low

    Must have a verified email on their Discord account

    Declaration

    Swift

    case low
  • Low + must be a Discord user for longer than 5 minutes

    Declaration

    Swift

    case medium
  • Medium + must be a member of guild for 10 minutes

    Declaration

    Swift

    case high
  • High + must have a verified phone number on their Discord account

    Declaration

    Swift

    case veryHigh