Files
wow_Meta/api/CanComplainChat.lua
2024-12-16 13:13:08 +01:00

6 lines
206 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