Fires when the player receives a whisper from another player's character

Signature:

("message", "sender", "language", "channelString", "target", "flags", unknown, channelNumber, "channelName", unknown, counter, guid)

Arguments:

  • message - The message thats received (string)
  • sender - The other player's name, with realm. (string)
  • language - The language the message is in. (string)
  • channelString - The full name of the channel, including number. (string)
  • target - The other player's name, without realm. Not used by all events. (string)
  • flags - The various chat flags. Like, DND or AFK. (string)
  • unknown - This variable has an unknown purpose, although it may be some sort of internal channel id. That however is not confirmed. (number)
  • channelNumber - The numeric ID of the channel. (number)
  • channelName - The full name of the channel, does not include the number. (string)
  • unknown - This variable has an unknown purpose although it always seems to be 0. (number)
  • counter - This variable appears to be a counter of chat events that the client receives. (number)
  • guid - This variable appears to contain the globally unique ID for the player character who whispered you (guid)