tsudoko 7 лет назад
Родитель
Сommit
55d995899e
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      structs.go

+ 1 - 0
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"`