예제 #1
0
        private async void button32_Click(object sender, EventArgs e)
        {
            //textbox32
            var follow = await TwitchApi.FollowChannel(textBox14.Text, textBox32.Text, textBox15.Text);

            MessageBox.Show($"Channel: {follow.Channel.Name}\nIsFollowing: {follow.IsFollowing}\nCreated at: {follow.CreatedAt}");
        }