Whisper
public void Whisper(string ToNickname, string Message);
Parameters
Value | Type | Description |
---|---|---|
ToNickname | string | Recipient's nickname |
Message | string | Whisper message content |
Description
The whisper message is sent.
Whispers can be sent/received only when connected to a general channel(Public Channel).
The maximum length of a whisper message is 256 bytes.
Whispers can also be sent to users connected to other general chat channels.
Example
Backend.Chat.Whisper("Nickname", "Let's meet at the garden!");