Codebase list golang-github-nlopes-slack / 53d058b
Added Name to MessageActionEntity Lukasz Wierzbicki authored 5 years ago James committed 5 years ago
1 changed file(s) with 1 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
1414 type MessageActionEntity struct {
1515 ID string `json:"id"`
1616 Domain string `json:"domain"`
17 Name string `json:"name"`
1718 }
1819
1920 type MessageAction struct {