Codebase list golang-github-nlopes-slack / 6aeef4e websocket_dm.go
6aeef4e

Tree @6aeef4e (Download .tar.gz)

websocket_dm.go @6aeef4eraw · 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