Click or drag to resize

ChatsGetMessagesCheckAccessRightsDelegate 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 GetMessagesCheckAccessRightsDelegate(
	long callerID,
	ChatsChat chat,
	ref string[] statuses,
	ref DateTime timeFrom,
	ref DateTime timeTo,
	ref int maxCount,
	ref bool getFromEnd,
	ref bool allow
)

Parameters

callerID  Int64
 
chat  ChatsChat
 
statuses  String
 
timeFrom  DateTime
 
timeTo  DateTime
 
maxCount  Int32
 
getFromEnd  Boolean
 
allow  Boolean
 
See Also