Add Quote for Trovo

Signature

public int AddQuoteForTrovo(string userId, string quote, bool captureGame = false)

Parameters

userId
string required

No description provided.

quote
string required

No description provided.

captureGame
bool
Default:
False

No description provided.

Return Type

int

Example

CPH.AddQuoteForTrovo(userId, quote);
CPH.AddQuoteForTrovo(userId, quote, captureGame);