Ejemplo n.º 1
0
        public async void RetrieveChatTest()
        {
            Dictionary <string, Uri> chatLinks = await twixel.RetrieveChat("golf1052");

            Assert.Equal(3, chatLinks.Count);
        }
Ejemplo n.º 2
0
        public async void RetrieveChatTest()
        {
            List <WebUrl> chatLinks = await twixel.RetrieveChat("golf1052");

            Assert.Equal(3, chatLinks.Count);
        }