فهرست منبع

adds unique field to invite struct

Sebastian Winkler 7 سال پیش
والد
کامیت
3c792b297c
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      structs.go

+ 1 - 0
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