6 lines
218 B
Lua
6 lines
218 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@param channel number
|
|
---@param presenceID number
|
|
---Invite a friend into an existing conversation
|
|
function BNInviteToConversation(channel, presenceID) end |