slack-go / slack

Slack API in Go, originally by @nlopes; Maintainers needed, contact @parsley42
https://pkg.go.dev/github.com/slack-go/slack
BSD 2-Clause "Simplified" License
4.66k stars 1.13k forks source link

add `omitempty` to ConfirmationBlockObject.Deny #1224

Closed kamil-gwozdz closed 1 year ago

kamil-gwozdz commented 1 year ago

This PR adds omitempty to ConfirmationBlockObject.Deny.

It's not a required field and without omitempty a null ends up being generated in the json payload, which is not accepted by the schema. This means that, with the current version of the client, it's not possible to omit the deny button.