SlackBotMessages icon indicating copy to clipboard operation
SlackBotMessages copied to clipboard

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

Open ajtatum opened this issue 5 years ago • 1 comments

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 avatar Jan 02 '20 23:01 ajtatum

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

ajtatum avatar Jan 03 '20 01:01 ajtatum