Add NSFW channel field (#419)

This commit is contained in:
tsudoko 2017-08-01 01:48:29 +02:00 committed by Chris Rhodes
parent ba1095f3e1
commit 55d995899e

View file

@ -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"`