7 lines
		
	
	
		
			327 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			327 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
---@diagnostic disable: missing-return, lowercase-global
 | 
						|
 | 
						|
---@param chatType string 
 | 
						|
---@param chatTarget string 
 | 
						|
---@return number accessID 
 | 
						|
---Retrieve an accessID for a combination of chatType and chatTarget. This accessID can be used to filter chat frame messages.
 | 
						|
function ChatHistory_GetAccessID(chatType, chatTarget) end |