From ef3cd76e3dc4583b06f5f2b8e896643c44280c51 Mon Sep 17 00:00:00 2001 From: soft as HELL Date: Sun, 11 Sep 2016 14:32:41 +0300 Subject: [PATCH] Add mentionable to Role struct --- structs.go | 1 + 1 file changed, 1 insertion(+) diff --git a/structs.go b/structs.go index b782432..7fcf44b 100644 --- a/structs.go +++ b/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"`