- summary: Sends a private message to one player, addressed either by character name or by account tag.
- area: Game.Chat
- confidence: 0.85
Sends a private message to one player, addressed either by character name or by account tag.
- Kind request
- Area Game.Chat
- Named by beta, gamemapping
Talks to one player rather than a channel.
THE RECIPIENT IS A ONEOF - SET EXACTLY ONE BRANCH. name addresses a CHARACTER
by its displayed name; tag addresses an ACCOUNT by its tag, which is a name
plus a numeric discriminator and reaches the person whichever character they are
playing. Setting neither sends a whisper to nobody; the message is not rejected
for it.
content is the text. It is the singular string that is NOT inside the oneof -
worth saying, because the name branch is also a string.
metadata carries the same rich attachments as a channel line; see
Metadata.
UNSOLICITED WHISPERS ARE THE FASTEST WAY TO GET A SCRIPT REPORTED. Whatever you do here is read by a human on the other end.
When you may send it
- Requires
character_loadedobserved - Raised by: the player sends a private message from the chat window observed
Related messages
- Reply not yet recovered: the server delivers the whisper and confirms it to the sender through the private-message event, which has no signature here yet.
Fields
| # | Field | Type | Meaning | You set it |
|---|---|---|---|---|
| 1 | metadata | Metadata | Rich content attached to the whisper. See Metadata. Beta called this field object. | optional |
| 2 | content | string | The text to whisper. The singular string outside the target oneof. | required |
| 3 | name | string | The recipient, addressed by character name. | one of the two target branches |
| 4 | tag | type not documented yet | The recipient, addressed by account tag - a name plus its numeric discriminator. Reaches the account rather than one character. | one of the two target branches |
Recovered with score 225, confidence 0.85, margin 225 over the runner-up. A margin close to the score means nothing else came near; a thin margin means a decoy nearly won. Members recovered: 4 of 4.
Aucun avis à afficher.