Inumedia / SlackAPI

.NET Implementation of the Slack team communication platform API.
MIT License
452 stars 243 forks source link

Support for Events API #99

Open andymac4182 opened 7 years ago

andymac4182 commented 7 years ago

Hi,

I was looking to use the types and structure from the existing work with entering via the Events API instead of the RTM websockets.

There are some message types that are used just for RTM and some for Events API. Should I add something to the relevant types to flag which one they can be used for or are you happy for them all to share the same attribute since they use the same names between each delivery method?

Cheers