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

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