예제 #1
0
        public async void GetCheermotes()
        {
            List <Cheermote> cheermotes = await twixel.RetrieveCheermotes();

            Cheermote kappa = cheermotes.First(c => c.Prefix == "Kappa");

            Assert.Equal("Kappa", kappa.Prefix);
        }