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

7 lines
205 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