forked from pothtonswer/discordmuffin
Add Icon channel field (#531)
This commit is contained in:
parent
169895af55
commit
aad0e0b32a
1 changed files with 3 additions and 0 deletions
|
@ -216,6 +216,9 @@ type Channel struct {
|
||||||
// Whether the channel is marked as NSFW.
|
// Whether the channel is marked as NSFW.
|
||||||
NSFW bool `json:"nsfw"`
|
NSFW bool `json:"nsfw"`
|
||||||
|
|
||||||
|
// Icon of the group DM channel.
|
||||||
|
Icon string `json:"icon"`
|
||||||
|
|
||||||
// The position of the channel, used for sorting in client.
|
// The position of the channel, used for sorting in client.
|
||||||
Position int `json:"position"`
|
Position int `json:"position"`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue