Method ExecuteSlackAsync
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
ExecuteSlackAsync(string, string)
Executes this webhook in Slack compatibility mode.
public Task ExecuteSlackAsync(string json, string threadId = null)
Parameters
json
stringJSON containing Slack-compatible payload for this webhook.
threadId
stringTarget thread id (Optional). Defaults to null.
Returns
Exceptions
- NotFoundException
Thrown when the webhook does not exist.
- BadRequestException
Thrown when an invalid parameter was provided.
- ServerErrorException
Thrown when Discord is unable to process the request.