12 lines
		
	
	
		
			334 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			334 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
---@diagnostic disable: missing-return, lowercase-global
 | 
						|
---@meta
 | 
						|
 | 
						|
---@param groupID number
 | 
						|
---@return number groupID
 | 
						|
---@return string status
 | 
						|
---@return nil unknown
 | 
						|
---@return number timeRemaining
 | 
						|
---@return string role
 | 
						|
---Takes a group ID and returns the status of the application
 | 
						|
function C_LFGList.GetApplicationInfo(groupID) end
 |