Ver Fonte

Add mentionable to Role struct

soft as HELL há 8 anos atrás
pai
commit
ef3cd76e3d
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      structs.go

+ 1 - 0
structs.go

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