Click or drag to resize

ChatsGetChatCount(ServerNetworkService_CloudFunctionsCallMethodContext, Int64, Int64, String, String) Method


Namespace: NeoAxis.CloudServer
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static int GetChatCount(
	ServerNetworkService_CloudFunctionsCallMethodContext context,
	long[] chats,
	long[] users,
	string[] groups,
	string[] statuses
)

Parameters

context  ServerNetworkService_CloudFunctionsCallMethodContext
 
chats  Int64
 
users  Int64
 
groups  String
 
statuses  String
 

Return Value

Int32
See Also