slack
slack copied to clipboard
Overlapping file types between slack and slackevents
What's the rationale behind having two slightly different file types, one in the root package and one in slackevents? Would a PR to merge them have a chance to be accepted?
I agree there are several types that are identical and could be combined into a single definition.
I trying to add SocketMode support to an app that works with RTM and I'm having to write little convertor function to map slackevent.Something to slack.Something rather than just having a single definition.