AddQuoteForTwitch

C# Methods Reference

public int AddQuoteForTwitch(string userId, string quote, bool captureGame = false)
userId
string required
quote
string required
captureGame
bool
int
CPH.AddQuoteForTwitch(userId, quote);
CPH.AddQuoteForTwitch(userId, quote, captureGame);