Twitch.Common.Models.Api
public class Cheermote
{
public string Prefix { get; set; }
public List<CheermoteTier> Tiers { get; set; }
public string Type { get; set; }
public int Order { get; set; }
public DateTime LastUpdated { get; set; }
public bool IsCharitable { get; set; }
}