Skip to content
This repository has been archived by the owner on Jan 17, 2021. It is now read-only.

Commit

Permalink
Create new VerificationLevel VerificationLevelVeryHigh
Browse files Browse the repository at this point in the history
  • Loading branch information
jyap808 authored and Bios-Marcel committed Feb 8, 2020
1 parent 6da23ee commit 604196f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion structs.go
Original file line number Diff line number Diff line change
Expand Up @@ -324,12 +324,13 @@ func (e *Emoji) APIName() string {
// VerificationLevel type definition
type VerificationLevel int

// Constants for VerificationLevel levels from 0 to 3 inclusive
// Constants for VerificationLevel levels from 0 to 4 inclusive
const (
VerificationLevelNone VerificationLevel = iota
VerificationLevelLow
VerificationLevelMedium
VerificationLevelHigh
VerificationLevelVeryHigh
)

// ExplicitContentFilterLevel type definition
Expand Down

0 comments on commit 604196f

Please sign in to comment.