From 55d995899e4296478cc94fe7e5184cd1899b6650 Mon Sep 17 00:00:00 2001 From: tsudoko <2314894+tsudoko@users.noreply.github.com> Date: Tue, 1 Aug 2017 01:48:29 +0200 Subject: [PATCH] Add NSFW channel field (#419) --- structs.go | 1 + 1 file changed, 1 insertion(+) diff --git a/structs.go b/structs.go index 7723d08..e811e9e 100644 --- a/structs.go +++ b/structs.go @@ -166,6 +166,7 @@ type Channel struct { Topic string `json:"topic"` Type ChannelType `json:"type"` LastMessageID string `json:"last_message_id"` + NSFW bool `json:"nsfw"` Position int `json:"position"` Bitrate int `json:"bitrate"` Recipients []*User `json:"recipient"`