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

Events API Reconciliation #1304

Closed lorenzoaiello closed 1 week ago

lorenzoaiello commented 1 month ago

Description

There are quite a few event types that are missing from inner_events.go. It would be great if someone could go through and reconcile the list and add any missing events.

(Optional) Slack's documentation

https://api.slack.com/events?filter=Events

Aryakoste commented 1 month ago

Hello @lorenzoaiello I would like to work on this issue.

Aryakoste commented 1 month ago

https://api.slack.com/events?filter=Events. I will have to go through events in this link right. And if not available add it in the inner_events file right.

lorenzoaiello commented 1 month ago

https://api.slack.com/events?filter=Events. I will have to go through events in this link right. And if not available add it in the inner_events file right.

Yes, that's right. You'll also want to add appropriate tests for any events you add, but if you want to put up a draft PR early on, I can provide some feedback early on.