prjseal / SlackBotMessages

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

Add ability to have response type be in_channel so responses can be shared #11

Open ajtatum opened 4 years ago

ajtatum commented 4 years ago

While reviewing https://github.com/IEvangelist/IEvangelist.Slack.SlashCommands/blob/master/IEvangelist.Slack.SlashCommands/Controllers/JokesController.cs I noticed he was able to provide a response_type to be "in_channel" or "ephemeral" which allows the response to be shared with the Channel and not just visible to the person who sent it.

ajtatum commented 4 years ago

Went ahead and made the changes in PR https://github.com/prjseal/SlackBotMessages/pull/12