Codebase list golang-github-nlopes-slack / 179a583
add Value to EmojiChangedEvent struct Stefan Utamaru authored 7 years ago GitHub committed 7 years ago
1 changed file(s) with 1 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
7979 SubType string `json:"subtype"`
8080 Name string `json:"name"`
8181 Names []string `json:"names"`
82 Value string `json:"value"`
8283 EventTimestamp string `json:"event_ts"`
8384 }
8485