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

Get messege text based on reaction event #1206

Closed buker closed 11 months ago

buker commented 1 year ago

Hi,

I try to get message text from message which was reacted with some reaction. I don't see any function which can give me possibility to do that based on information from event. Could some one help me with that?