Codebase list golang-github-nlopes-slack / b66a17c
Add URL field to OptionBlockObject Signed-off-by: Christian Winther <jippignu@gmail.com> Christian Winther authored 4 years ago James committed 4 years ago
1 changed file(s) with 1 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
177177 type OptionBlockObject struct {
178178 Text *TextBlockObject `json:"text"`
179179 Value string `json:"value"`
180 URL string `json:"url"`
180181 }
181182
182183 // NewOptionBlockObject returns an instance of a new Option Block Element