Removed unneeded Session variable.

This commit is contained in:
Bruce Marriner 2015-11-18 07:29:21 -06:00
parent 8ef21d2380
commit 82604ee801

View file

@ -12,7 +12,6 @@ type Channel struct {
IsPrivate bool `json:"is_private"`
LastMessageID string `json:"last_message_id"`
Recipient User `json:"recipient"`
Session *Session
}
// A PermissionOverwrite holds permission overwrite data for a Channel