forked from pothtonswer/discordmuffin
Add NSFW channel field (#419)
This commit is contained in:
parent
ba1095f3e1
commit
55d995899e
1 changed files with 1 additions and 0 deletions
|
@ -166,6 +166,7 @@ type Channel struct {
|
||||||
Topic string `json:"topic"`
|
Topic string `json:"topic"`
|
||||||
Type ChannelType `json:"type"`
|
Type ChannelType `json:"type"`
|
||||||
LastMessageID string `json:"last_message_id"`
|
LastMessageID string `json:"last_message_id"`
|
||||||
|
NSFW bool `json:"nsfw"`
|
||||||
Position int `json:"position"`
|
Position int `json:"position"`
|
||||||
Bitrate int `json:"bitrate"`
|
Bitrate int `json:"bitrate"`
|
||||||
Recipients []*User `json:"recipient"`
|
Recipients []*User `json:"recipient"`
|
||||||
|
|
Loading…
Reference in a new issue