ChatsGetMessagesCheckAccessRightsDelegate Delegate |
Namespace: NeoAxis.CloudServerAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic 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