In this example we are sending a whisper from BlushyFace to BlushyFaceBot. Note that sending whispers to another user requires an authenticated user login with the following scope: whispers:edit
var client = new Client(userName: "blushyface", token: "oauth:..."); await client.Connect(); await client.SendWhisper("blushyfacebot", "Hello this is a message");
When successful the recipient should receive the whisper from the sender.
Requires
– BlushyFace.Twitch.Chat.V2.Chat