7 lines
217 B
Lua
7 lines
217 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
|