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

Support rich text input #1239

Closed peimanja closed 5 months ago

peimanja commented 9 months ago

Description

Support rich text input

    "blocks": [
        {
            "type": "input",
            "element": {
                "type": "rich_text_input",
                "action_id": "rich_text_input-action"
            },
            "label": {
                "type": "plain_text",
                "text": "Label",
                "emoji": true
            }
        }
    ]

(Optional) Slack's documentation

rich text input