HubSpot / slack-client

An asynchronous HTTP client for Slack's web API
Apache License 2.0
114 stars 53 forks source link

Update group and channel models. Add general SlackConversationEventCore model. #204

Closed nliutyi closed 3 years ago

nliutyi commented 3 years ago

While working with this repo, I've discovered, that there are actually no general parent class, which will combine channel and group events, besides SlackEvent. For purposes of better compatibility, SlackConversationEventCore has been introduced. Also, adding SlackConversationEventWithChannel, for those events, which require usage of full SlackChannel object, not only the id.