func (c SunsubscribeChannel) Channel(channel ...string) SunsubscribeChannel {
    if c.ks&NoSlot == NoSlot {
        for _, k := range channel {
            c.ks = NoSlot | slot(k)
            break