Пример #1
0
        public async void RetrieveChatTest()
        {
            Dictionary <string, Uri> chatLinks = await twixel.RetrieveChat("golf1052");

            Assert.Equal(3, chatLinks.Count);
        }
Пример #2
0
        public async void RetrieveChatTest()
        {
            List <WebUrl> chatLinks = await twixel.RetrieveChat("golf1052");

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