9 lines
		
	
	
		
			268 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			268 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
| ---@diagnostic disable: missing-return, lowercase-global
 | |
| ---@meta
 | |
| 
 | |
| ---@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
 |