Inumedia/SlackAPI

No way to do conversations.open with user list

jarleli opened this issue · 0 comments

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?