using System.Collections.Generic; namespace TwitchDownloaderCore.TwitchObjects { public class EmoteResponse { public List BTTV { get; set; } public List FFZ { get; set; } public List STV { get; set; } } }