Click or drag to resize

ChatsNewMessage(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 long NewMessage(
	ServerNetworkService_CloudFunctionsCallMethodContext context,
	long chatID,
	string text,
	string attachments,
	string anyData
)

Parameters

context  ServerNetworkService_CloudFunctionsCallMethodContext
 
chatID  Int64
 
text  String
 
attachments  String
 
anyData  String
 

Return Value

Int64
See Also