Ejemplo n.º 1
0
        private async void button52_Click(object sender, EventArgs e)
        {
            //textBox41
            var response = await TwitchApi.PostToChannelFeed(textBox41.Text, checkBox1.Checked, textBox14.Text, textBox15.Text);

            MessageBox.Show($"Message body: {response.Post.Body}");
        }