From 3c792b297c42eff2e8b269ee5f5c479d30fb3ce1 Mon Sep 17 00:00:00 2001 From: Sebastian Winkler Date: Sun, 3 Dec 2017 09:38:01 +0100 Subject: [PATCH] adds unique field to invite struct --- structs.go | 1 + 1 file changed, 1 insertion(+) diff --git a/structs.go b/structs.go index 03974cb..e60092b 100644 --- a/structs.go +++ b/structs.go @@ -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