Inumedia / SlackAPI

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

No way to do conversations.open with user list #279

Closed jarleli closed 2 years ago

jarleli commented 3 years ago

The convesations.open api call takes either a channel or a user list. The corresponding client method ConversationsOpenAsync has no overload to take in a user list to open or resume a convesation with that user(s).

Additionally the response object ConversationsOpenResponse has no Channel object in which to retrieve the channel ID etc.

Would you accept a PR for this?