namespace TwitchDownloaderCore.TwitchObjects { public class EmoteResponseItem { public string Id { get; set; } public string Code { get; set; } public string ImageType { get; set; } public string ImageUrl { get; set; } public bool IsZeroWidth { get; set; } } }