GitterChatMessageResult.

GitterChatMessageResult(bool, string, string) Constructor

Summary

Initializes a new instance of the GitterChatMessageResult class.
Assembly
Cake.Gitter.dll
Namespace
Cake.Gitter.Chat
Containing Type
GitterChatMessageResult

Syntax

public GitterChatMessageResult(bool ok, string timeStamp, string error)

Parameters

Name Type Description
ok bool Indicating success or failure
timeStamp string Timestamp of the message
error string Error message on failure

Return Value

Type Description
void