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 andNUM_CHAT_WINDOWS
) (number
)
Returns:
channelName
- Name of the channel (string
)channelId
- Numeric id for the channel (number
)...
- AdditionalchannelName, channelId
pairs for each channel belonging to the chat window (list
)