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

Add rich_text_quote and rich_text_preformatted #1260

Closed rusq closed 4 months ago

rusq commented 4 months ago

This is a minor update adding rich_text_quote and rich_text_preformatted unmarshalling logic.

It does not change any existing functionality, just adds unmarshalling for two aforementioned rich text blocks, and they pretty much derive the RichTextSection

PR preparation
rusq commented 4 months ago

Thank you!