adds parent_id to channel struct (#448)
This commit is contained in:
parent
b7d7e0342e
commit
7b6a91ac04
1 changed files with 1 additions and 0 deletions
|
@ -174,6 +174,7 @@ type Channel struct {
|
|||
Recipients []*User `json:"recipients"`
|
||||
Messages []*Message `json:"-"`
|
||||
PermissionOverwrites []*PermissionOverwrite `json:"permission_overwrites"`
|
||||
ParentID string `json:"parent_id"`
|
||||
}
|
||||
|
||||
// A PermissionOverwrite holds permission overwrite data for a Channel
|
||||
|
|
Loading…
Reference in a new issue