SlackChatMessageResult.

SlackChatMessageResult(bool, string, string, string) Constructor

Assembly
Cake.Slack.dll
Namespace
Cake.Slack.Chat
Containing Type
SlackChatMessageResult

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