Browse Source

Added Bitrate to Channel struct, closes #116

Bruce Marriner 9 years ago
parent
commit
a24247b6e8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      structs.go

+ 1 - 0
structs.go

@@ -119,6 +119,7 @@ type Channel struct {
 	Name                 string                 `json:"name"`
 	Topic                string                 `json:"topic"`
 	Position             int                    `json:"position"`
+	Bitrate              int                    `json:"bitrate"`
 	Type                 string                 `json:"type"`
 	PermissionOverwrites []*PermissionOverwrite `json:"permission_overwrites"`
 	IsPrivate            bool                   `json:"is_private"`