Returns the saved list of channels to which a chat window is subscribed
See also Chat functions, Channel functions.
Signature:
channelName, channelId, ... = GetChatWindowChannels(index)
Arguments:
- index- Index of a chat frame (between 1 and- NUM_CHAT_WINDOWS) (- number)
Returns:
- channelName- Name of the channel (- string)
- channelId- Numeric id for the channel (- number)
- ...- Additional- channelName, channelIdpairs for each channel belonging to the chat window (- list)
