Codebase list golang-github-nlopes-slack / b226e70
Add ItemUser to reactions event Norberto Lopes 8 years ago
1 changed file(s) with 1 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
1111 type reactionEvent struct {
1212 Type string `json:"type"`
1313 User string `json:"user"`
14 ItemUser string `json:"item_user"`
1415 Item reactionItem `json:"item"`
1516 Reaction string `json:"reaction"`
1617 EventTimestamp string `json:"event_ts"`