6 lines
		
	
	
		
			219 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			219 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
---@diagnostic disable: missing-return, lowercase-global
 | 
						|
 | 
						|
---@param index number 
 | 
						|
---@return list ... 
 | 
						|
---Returns the saved list of messages to which a chat window is subscribed
 | 
						|
function GetChatWindowMessages(index) end |