package discord type Channel struct { ID string `json:"id"` } func (u *Channel) BucketID() string { return u.ID }