Codebase list golang-github-nlopes-slack / 5bdec13
Merge pull request #137 from stefafafan/add_emoji_changed_event_fields Add fields to the EmojiChangedEvent Florin Pățan authored 7 years ago GitHub committed 7 years ago
1 changed file(s) with 6 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
7575
7676 // EmojiChangedEvent represents the emoji changed event
7777 type EmojiChangedEvent struct {
78 Type string `json:"type"`
79 EventTimestamp string `json:"event_ts"`
78 Type string `json:"type"`
79 SubType string `json:"subtype"`
80 Name string `json:"name"`
81 Names []string `json:"names"`
82 Value string `json:"value"`
83 EventTimestamp string `json:"event_ts"`
8084 }
8185
8286 // CommandsChangedEvent represents the commands changed event