Codebase list golang-github-nlopes-slack / 676c3c4 websocket_dm.go
676c3c4

Tree @676c3c4 (Download .tar.gz)

websocket_dm.go @676c3c4raw · history · blame

package slack

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

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