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

Tree @676c3c4 (Download .tar.gz)

websocket_stars.go @676c3c4raw · history · blame

package slack

type starEvent struct {
	Type           string         `json:"type"`
	UserId         string         `json:"user"`
	Item           StarredItem    `json:"item"`
	EventTimestamp JSONTimeString `json:"event_ts"`
}
type StarAddedEvent starEvent
type StarRemovedEvent starEvent