Click or drag to resize

ChatsGetMessages(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 ChatsGetMessagesResult GetMessages(
	long chatID,
	string[] statuses,
	DateTime timeFrom,
	DateTime timeTo,
	int maxCount = 2147483647,
	bool getFromEnd = false
)

Parameters

chatID  Int64
 
statuses  String
 
timeFrom  DateTime
 
timeTo  DateTime
 
maxCount  Int32  (Optional)
 
getFromEnd  Boolean  (Optional)
 

Return Value

ChatsGetMessagesResult
See Also