Skip to content

Commit

Permalink
adds unique field to invite struct
Browse files Browse the repository at this point in the history
  • Loading branch information
Seklfreak committed Dec 3, 2017
1 parent 9bb722e commit 3c792b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions structs.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ type Invite struct {
MaxUses int `json:"max_uses"`
Revoked bool `json:"revoked"`
Temporary bool `json:"temporary"`
Unique bool `json:"unique"`
}

// ChannelType is the type of a Channel
Expand Down

0 comments on commit 3c792b2

Please sign in to comment.