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

feat: Events api reconcilation #1306

Closed Aryakoste closed 3 months ago

Aryakoste commented 4 months ago

Fixes https://github.com/slack-go/slack/issues/1304

Aryakoste commented 4 months ago

I will go through and check if I have added all the events. Just let me know if the additional events that I have added is done correctly or not. @lorenzoaiello

Aryakoste commented 3 months ago

@lorenzoaiello I have added all events with tests and made changes.