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.65k stars 1.13k forks source link

Add fluent `WithConfirm` for `ButtonBlockElement`s #1055

Closed elldritch closed 2 years ago

elldritch commented 2 years ago

This PR adds a WithConfirm fluent method helper that behaves much the same way as WithStyle does. This allows buttons to be fully constructed as expressions more often.