Streamer.bot.Plugin.Interface.Model
public class QuoteData
{
public DateTime Timestamp { get; set; }
public int Id { get; set; }
public string UserId { get; set; }
public string User { get; set; }
public string Platform { get; set; }
public string GameName { get; set; }
public string Quote { get; set; }
}