8 lines
		
	
	
		
			259 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			259 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
---@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
 |