Codebase list golang-github-nlopes-slack / 74f694f websocket_dm.go
74f694f

Tree @74f694f (Download .tar.gz)

websocket_dm.go @74f694fraw · history · blame

package slack

type IMCreatedEvent struct {
	Type    string             `json:"type"`
	User    string             `json:"user"`
	Channel ChannelCreatedInfo `json:"channel"`
}

type IMHistoryChangedEvent ChannelHistoryChangedEvent
type IMOpenEvent ChannelInfoEvent
type IMCloseEvent ChannelInfoEvent
type IMMarkedEvent ChannelInfoEvent
type IMMarkedHistoryChanged ChannelInfoEvent