Codebase list golang-github-nlopes-slack / 8976be0
Fix created time in ChannelRenameInfo. Serge Voilokov 8 years ago
1 changed file(s) with 3 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
3535 }
3636
3737 type ChannelRenameInfo struct {
38 Id string `json:"id"`
39 Name string `json:"name"`
40 Created JSONTime `json:"created"`
38 Id string `json:"id"`
39 Name string `json:"name"`
40 Created JSONTimeString `json:"created"`
4141 }
4242
4343 type ChannelHistoryChangedEvent struct {