Telepathy.sendMessage
From WoWWiki
This article is a part of the documentation of the Telepathy function library
Usage
Telepathy.sendMessage ( id, message, method [, target [, priority] ] )
- Sends a hidden text message to a specified target or channel.
Arguments
- id - text id passed to identify sending and recieving addon
- message - the text to be delivered
- method - "GLOBAL", "PARTY", "RAID", "GUILD", "BATTLEGROUND" or "WHISPER"
- target - player name for "WHISPER" target (Optional)
- priority - "ALERT", "NORMAL", "BULK" (Optional - Defaults to "NORMAL")
