Update dependencies (#1813)
This commit is contained in:
3
vendor/github.com/slack-go/slack/block_object.go
generated
vendored
3
vendor/github.com/slack-go/slack/block_object.go
generated
vendored
@@ -187,8 +187,9 @@ func (s ConfirmationBlockObject) validateType() MessageObjectType {
|
||||
}
|
||||
|
||||
// WithStyle add styling to confirmation object
|
||||
func (s *ConfirmationBlockObject) WithStyle(style Style) {
|
||||
func (s *ConfirmationBlockObject) WithStyle(style Style) *ConfirmationBlockObject {
|
||||
s.Style = style
|
||||
return s
|
||||
}
|
||||
|
||||
// NewConfirmationBlockObject returns an instance of a new Confirmation Block Object
|
||||
|
||||
Reference in New Issue
Block a user