Files
wow_Meta/api/GetChatWindowChannels.lua
2025-05-04 15:15:00 +02:00

10 lines
285 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@param index number
---@return string channelName
---@return number channelId
---@return list ...
---Returns the saved list of channels to which a chat window is subscribed
function GetChatWindowChannels(index) end