Quotes
C# Methods for Core > Quotes
AddQuoteForTrovo
public int AddQuoteForTrovo(string userId, string quote, bool captureGame = false)
AddQuoteForTwitch
public int AddQuoteForTwitch(string userId, string quote, bool captureGame = false)
AddQuoteForYouTube
public int AddQuoteForYouTube(string userId, string quote)
DeleteQuote
public bool DeleteQuote(int quoteId)
GetQuote
public QuoteData GetQuote(int quoteId)
GetQuoteCount
public int GetQuoteCount()
Â