Click or drag to resize

ChatsNewMessage(Int64, String, 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 ChatsNewMessageResult NewMessage(
	long userID,
	string username,
	long chatID,
	string text,
	string attachments = null,
	string anyData = null
)

Parameters

userID  Int64
 
username  String
 
chatID  Int64
 
text  String
 
attachments  String  (Optional)
 
anyData  String  (Optional)
 

Return Value

ChatsNewMessageResult
See Also