Initial commit
This commit is contained in:
7
api/BNCreateConversation.lua
Normal file
7
api/BNCreateConversation.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
|
||||
---@param presenceID_1 number
|
||||
---@param presenceID_2 number
|
||||
---@return boolean result
|
||||
---Create a conversation between you and two friends
|
||||
function BNCreateConversation(presenceID_1, presenceID_2) end
|
||||
Reference in New Issue
Block a user