adds unique field to invite struct

This commit is contained in:
Sebastian Winkler 2017-12-03 09:38:01 +01:00
parent 9bb722e4fe
commit 3c792b297c
No known key found for this signature in database
GPG key ID: 6E5F12DD21107C1D

View file

@ -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