tsudoko 7 роки тому
батько
коміт
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"`