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

I'd like to be able to input raw json from block-kit directly into a function without splitting it apart into each element type first. #1338

Open lorenzoaiello opened 1 month ago

lorenzoaiello commented 1 month ago

For what it is worth, I'd also like to be able to input raw json from block-kit directly into a function without splitting it apart into each element type first. Is this possible?

Originally posted by @mathew-fleisch in https://github.com/slack-go/slack/issues/577#issuecomment-891954184

I think this is a valid suggestion, but open to ideas on how it could be reasonably implemented.