→Values: Add AFK, DND
No edit summary |
(→Values: Add AFK, DND) |
||
| Line 1: | Line 1: | ||
{{wowapitype}} | |||
These are the chat types used by [[API SendChatMessage|SendChatMessage("msg"{,"type"{,"lang"{,"channel"}}})]]. | These are the chat types used by [[API SendChatMessage|SendChatMessage("msg"{,"type"{,"lang"{,"channel"}}})]]. | ||
| Line 16: | Line 18: | ||
; <tt>"RAID"</tt> : Message to raid members (/raid) | ; <tt>"RAID"</tt> : Message to raid members (/raid) | ||
; <tt>"RAID_WARNING"</tt> : Warning to raid members (/rw) | |||
; <tt>"WHISPER"</tt> : Message to a specific other player (/whisper) - Player name provided as channel. | ; <tt>"WHISPER"</tt> : Message to a specific other player (/whisper) - Player name provided as channel. | ||
| Line 22: | Line 26: | ||
; <tt>"AFK"</tt>: Not a real channel; sets your [[AFK]] message to the message your send. Send an empty message to clear AFK status. | |||
; <tt>"DND"</tt>: Not a real channel; sets your [[DND]] message to the message your send. Send an empty message to clear DND status. | |||