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

7 lines
203 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param presenceID number
---@param note string
---Changes the private note for a RealID friend
function BNSetFriendNote(presenceID, note) end