package twitchpubsub
import "time"
type ViewerCount struct {
Channel string
Viewers int
ServerTime time.Time
}
type StreamUp struct {
type StreamDown struct {
type Reconnect struct {