Codebase list golang-github-nlopes-slack / 7aae4ac
Remove omitempty David Palm 8 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
22 // TeamJoinEvent represents the Team join event
33 type TeamJoinEvent struct {
44 Type string `json:"type"`
5 User User `json:"user,omitempty"`
5 User User `json:"user"`
66 }
77
88 // TeamRenameEvent represents the Team rename event