浏览代码

Added Bitrate to Channel struct, closes #116

Bruce Marriner 9 年之前
父节点
当前提交
a24247b6e8
共有 1 个文件被更改,包括 1 次插入0 次删除
  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"`