Add Quote for Twitch
Signature
public int AddQuoteForTwitch(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.AddQuoteForTwitch(userId, quote);
CPH.AddQuoteForTwitch(userId, quote, captureGame);