Esempio n. 1
0
        public void Test_GetChannelFollowers()
        {
            string channelId = "28036688"; // trick2g

            Assert.IsNotNull(twitchClient.GetChannelFollowers(channelId, new Pagination()).Result);
        }