forked from lug/matterbridge
Update slack vendor to master (#958)
This commit is contained in:
2
vendor/github.com/nlopes/slack/block_object.go
generated
vendored
2
vendor/github.com/nlopes/slack/block_object.go
generated
vendored
@@ -178,7 +178,7 @@ func NewConfirmationBlockObject(title, text, confirm, deny *TextBlockObject) *Co
|
||||
type OptionBlockObject struct {
|
||||
Text *TextBlockObject `json:"text"`
|
||||
Value string `json:"value"`
|
||||
URL string `json:"url"`
|
||||
URL string `json:"url,omitempty"`
|
||||
}
|
||||
|
||||
// NewOptionBlockObject returns an instance of a new Option Block Element
|
||||
|
||||
Reference in New Issue
Block a user