Files
wow_Meta/api/GetChatWindowMessages.lua
2025-05-04 14:35:26 +02:00

7 lines
218 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param index number
---@return list ...
---Returns the saved list of messages to which a chat window is subscribed
function GetChatWindowMessages(index) end