SlackBotMessages icon indicating copy to clipboard operation
SlackBotMessages copied to clipboard

A .NET library to enable you to send bot messages in slack

Results 13 SlackBotMessages issues
Sort by recently updated
recently updated
newest added

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.2 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

It would be really nice to have an interface for SbmClient so I can mock it.

Hello Paul, thanks for this pck, it's really great!. Is there a way to attach to a slack message a file like an Excel or Word file?

I tried to install the package 2.1.0 into my project .Net Framework 4.5.2, but it occurred error: 'Install-Package : Could not install package 'SlackBotMessages 2.1.0'. You are trying to install...

"error CS0246: The type or namespace name 'Message' could not be found (are you missing a using directive or an assembly reference?)" Can anyone help with this issue? I don't...

How about support for Blocks? This is the description for Attachments in the Slack API: "An array of legacy secondary attachments. We recommend you use blocks instead." First level of...

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...

It would be greate if there is an option to add action buttons to the message like this: ![image](https://user-images.githubusercontent.com/7681603/61466966-1e8adf80-a97b-11e9-9bb5-f91b1a9cde86.png)