Aller au contenu
Afficher dans l'application

Une meilleure façon de naviguer. En savoir plus.

Asterobot

Une application plein écran sur votre écran d'accueil avec notifications push, badges et plus encore.

Pour installer cette application sur iOS et iPadOS
  1. Appuyez sur Icône de partage dans Safari
  2. Faites défiler le menu et appuyez sur Ajouter à l'écran d'accueil.
  3. Appuyez sur Ajouter dans le coin supérieur droit.
Pour installer cette application sur Android
  1. Appuyez sur le menu à trois points (⋮) dans le coin supérieur droit du navigateur.
  2. Appuyez sur Ajouter à l'écran d'accueil ou Installer l'application.
  3. Confirmez en appuyant sur Installer.

ChatPrivateMessageRequest

(0 notes)
  • 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_loaded observed
  • 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

#FieldTypeMeaningYou set it
1metadataMetadataRich content attached to the whisper.
See Metadata. Beta called this field object.
optional
2contentstringThe text to whisper.
The singular string outside the target oneof.
required
3namestringThe recipient, addressed by character name.one of the two target branches
4tagtype not documented yetThe 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.

Commentaires des utilisateurs

Aucun avis à afficher.

Compte

Navigation

Recherche

Recherche

Configurer les notifications push du navigateur

Chrome (Android)
  1. Appuyez sur l'icône de cadenas à côté de la barre d'adresse.
  2. Tap Autorisations → Notifications.
  3. Ajustez vos préférences.
Chrome (Desktop)
  1. Cliquez sur l'icône représentant un cadenas dans la barre d'adresse..
  2. Select Paramètres du site.
  3. Find Notifications et ajustez vos préférences.