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

Tree @676c3c4 (Download .tar.gz)

websocket_teams.go @676c3c4raw · history · blame

package slack

// TODO
type TeamJoinEvent struct {
}

type TeamRenameEvent struct {
}

type TeamPrefChangeEvent struct {
}

type TeamDomainChangeEvent struct {
}

type TeamMigrationStartedEvent struct {
}