Click or drag to resize

ChatsUpdateChat(ServerNetworkService_CloudFunctionsCallMethodContext, Int64, String, 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 void UpdateChat(
	ServerNetworkService_CloudFunctionsCallMethodContext context,
	long chatID,
	string status,
	string name,
	string anyData
)

Parameters

context  ServerNetworkService_CloudFunctionsCallMethodContext
 
chatID  Int64
 
status  String
 
name  String
 
anyData  String
 
See Also