SendMessage

Sends a message to the WebSocket server formatted with the username and message content.

triangle-exclamation

Example:

await ChatClient.SendMessage("How's everyone doing?");

Last updated