Click or drag to resize

ChatsUpdateMessage(ServerNetworkService_CloudFunctionsCallMethodContext, Int64, String, 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 UpdateMessage(
	ServerNetworkService_CloudFunctionsCallMethodContext context,
	long messageID,
	string status,
	string text,
	string attachments,
	string anyData
)

Parameters

context  ServerNetworkService_CloudFunctionsCallMethodContext
 
messageID  Int64
 
status  String
 
text  String
 
attachments  String
 
anyData  String
 
See Also