Click or drag to resize

ChatsGetMessages(ServerNetworkService_CloudFunctionsCallMethodContext, Int64, String, DateTime, DateTime, Int32, Boolean) Method


Namespace: NeoAxis.CloudServer
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static ChatsMessage[] GetMessages(
	ServerNetworkService_CloudFunctionsCallMethodContext context,
	long chatID,
	string[] statuses,
	DateTime timeFrom,
	DateTime timeTo,
	int maxCount,
	bool getFromEnd
)

Parameters

context  ServerNetworkService_CloudFunctionsCallMethodContext
 
chatID  Int64
 
statuses  String
 
timeFrom  DateTime
 
timeTo  DateTime
 
maxCount  Int32
 
getFromEnd  Boolean
 

Return Value

ChatsMessage
See Also