9 lines
276 B
Lua
9 lines
276 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@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
|