Removed unneeded Session variable.
This commit is contained in:
parent
8ef21d2380
commit
82604ee801
1 changed files with 0 additions and 1 deletions
|
@ -12,7 +12,6 @@ type Channel struct {
|
||||||
IsPrivate bool `json:"is_private"`
|
IsPrivate bool `json:"is_private"`
|
||||||
LastMessageID string `json:"last_message_id"`
|
LastMessageID string `json:"last_message_id"`
|
||||||
Recipient User `json:"recipient"`
|
Recipient User `json:"recipient"`
|
||||||
Session *Session
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// A PermissionOverwrite holds permission overwrite data for a Channel
|
// A PermissionOverwrite holds permission overwrite data for a Channel
|
||||||
|
|
Loading…
Reference in a new issue