Codebase list golang-github-nlopes-slack / d324c24
Added authed_teams, one of the grid fields I know there are more, but, this is one we use ;-) David Frascone authored 4 years ago James committed 4 years ago
1 changed file(s) with 1 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
3434 APIAppID string `json:"api_app_id"`
3535 InnerEvent *json.RawMessage `json:"event"`
3636 AuthedUsers []string `json:"authed_users"`
37 AuthedTeams []string `json:"authed_teams"`
3738 EventID string `json:"event_id"`
3839 EventTime int `json:"event_time"`
3940 }