Files
wow-weakauras/Meta/api/CanComplainChat.lua
2024-11-07 23:12:37 +01:00

6 lines
211 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param lineID number
---@return 1nil canComplain
---Returns whether a chat message can be reported as spam
function CanComplainChat(lineID) end