This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Slack.
- Assembly
- Cake
.Slack .dll - Namespace
- Cake
.Slack .Chat - Containing Type
- Slack
Chat Message Result
Syntax
public SlackChatMessageResult(bool ok, string channel, string timeStamp, string error)
Parameters
| Name | Type | Description |
|---|---|---|
| ok | bool | Indicating success or failure |
| channel | string | Encoded channel ID |
| timeStamp | string | Timestamp of the message |
| error | string | Error message on failure |
Return Value
| Type | Description |
|---|---|
| void |
