Added Bitrate to Channel struct, closes #116
This commit is contained in:
parent
d084cdd639
commit
a24247b6e8
1 changed files with 1 additions and 0 deletions
|
@ -119,6 +119,7 @@ type Channel struct {
|
||||||
Name string `json:"name"`
|
Name string `json:"name"`
|
||||||
Topic string `json:"topic"`
|
Topic string `json:"topic"`
|
||||||
Position int `json:"position"`
|
Position int `json:"position"`
|
||||||
|
Bitrate int `json:"bitrate"`
|
||||||
Type string `json:"type"`
|
Type string `json:"type"`
|
||||||
PermissionOverwrites []*PermissionOverwrite `json:"permission_overwrites"`
|
PermissionOverwrites []*PermissionOverwrite `json:"permission_overwrites"`
|
||||||
IsPrivate bool `json:"is_private"`
|
IsPrivate bool `json:"is_private"`
|
||||||
|
|
Loading…
Reference in a new issue