prjseal / SlackBotMessages

A .NET library to enable you to send bot messages in slack
MIT License
55 stars 19 forks source link

MPIM message #5

Open vovanb opened 5 years ago

vovanb commented 5 years ago

Hello, I would like to create MPIM "multi-person direct message" conversation . According to https://stackoverflow.com/questions/56583381/slack-app-bot-send-private-messages-to-multiple-users/56583958#56583958 I need to use conversations.open API. I understand that this API is not part of your implementation.... Can you help what is needed to add this functionality?