Codebase list golang-github-nlopes-slack / 5f046818-5e83-4f73-a88b-e31de9bbd4e3/main websocket_dm.go
5f046818-5e83-4f73-a88b-e31de9bbd4e3/main

Tree @5f046818-5e83-4f73-a88b-e31de9bbd4e3/main (Download .tar.gz)

websocket_dm.go @5f046818-5e83-4f73-a88b-e31de9bbd4e3/main

676c3c4
 
edab1e8
676c3c4
 
74f694f
676c3c4
 
 
edab1e8
676c3c4
edab1e8
 
676c3c4
edab1e8
 
676c3c4
edab1e8
 
676c3c4
edab1e8
 
676c3c4
package slack

// IMCreatedEvent represents the IM created event
type IMCreatedEvent struct {
	Type    string             `json:"type"`
	User    string             `json:"user"`
	Channel ChannelCreatedInfo `json:"channel"`
}

// IMHistoryChangedEvent represents the IM history changed event
type IMHistoryChangedEvent ChannelHistoryChangedEvent

// IMOpenEvent represents the IM open event
type IMOpenEvent ChannelInfoEvent

// IMCloseEvent represents the IM close event
type IMCloseEvent ChannelInfoEvent

// IMMarkedEvent represents the IM marked event
type IMMarkedEvent ChannelInfoEvent

// IMMarkedHistoryChanged represents the IM marked history changed event
type IMMarkedHistoryChanged ChannelInfoEvent