Click or drag to resize

ChatsUpdateChatBeforeDelegate Delegate


Namespace: NeoAxis.CloudServer
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public delegate void UpdateChatBeforeDelegate(
	long chatID,
	ref string name,
	ref string status,
	ref string anyData,
	ref string error
)

Parameters

chatID  Int64
 
name  String
 
status  String
 
anyData  String
 
error  String
 
See Also