|
@@ -232,6 +232,7 @@ type Role struct {
|
|
ID string `json:"id"`
|
|
ID string `json:"id"`
|
|
Name string `json:"name"`
|
|
Name string `json:"name"`
|
|
Managed bool `json:"managed"`
|
|
Managed bool `json:"managed"`
|
|
|
|
+ Mentionable bool `json:"mentionable"`
|
|
Hoist bool `json:"hoist"`
|
|
Hoist bool `json:"hoist"`
|
|
Color int `json:"color"`
|
|
Color int `json:"color"`
|
|
Position int `json:"position"`
|
|
Position int `json:"position"`
|