Skip to content

Write to Twitch Chat

Brandon Smith edited this page Jul 25, 2021 · 1 revision

Assuming that you've already setup a TwitchIRC client, if not go back to Start Reading from a channel.

// First argument: Message - you can send whatever message here.
// Second Argument: ChannelID - you need to push this to a valid channelID.
// Note: `->` could be `.` depends on how the TwitchIRC class is initialized by value or by pointer.
twitchIRC->SendMessage("My Message that I would like to send.", "channelID");
Clone this wiki locally