SlackAPI icon indicating copy to clipboard operation
SlackAPI copied to clipboard

.NET Implementation of the Slack team communication platform API.

Results 97 SlackAPI issues
Sort by recently updated
recently updated
newest added

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 9.0.1 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

Addresses https://github.com/Inumedia/SlackAPI/issues/301 We've already implemented this to our mirror and it seems to work as expected

It looks like the rtm.start API method is depreciated in september of 2022, and will start returning a shortened response identical to rtm.connect. Are there plans to update the SlackClient...

This method has 4 optional arguments. They should be included in the method as optional argument. https://api.slack.com/methods/users.list#args

When using the PostMessageAsync method and including some markdown in the text argument, the markdown is not parsed, resulting in the markdown itself being present in the Slack message. In...

**Overview:** when trying to schedule a message, and specify the date , you get a invalid argument error , and the issue is that the `post_at` is expected to be...

Change - Add title and display_name fields to UserProfile class

[DeleteMessageAsync](https://github.com/Inumedia/SlackAPI/blob/74f8656f5280028ff1fb35815e1096afbf189dc5/SlackAPI/SlackTaskClient.cs#L544) for the task client seems to be written to match the one in the socket client, which understands timestamps as date times, but the API requires the timestamp as...

I'm running the example TestingSlackAPI. My command api set up is giving me xoxb token, not an xoxp token. I'm getting the response back **missing_scope**. How do I resolve this?