Add Icon channel field (#531)

This commit is contained in:
tsudoko 2018-04-10 05:26:23 +02:00 committed by Chris Rhodes
parent 169895af55
commit aad0e0b32a

View file

@ -216,6 +216,9 @@ type Channel struct {
// Whether the channel is marked as 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.
Position int `json:"position"`