Click or drag to resize

ChatsNewChat(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 ChatsNewChatResult NewChat(
	long userID,
	string name,
	string group = null,
	string anyData = null
)

Parameters

userID  Int64
 
name  String
 
group  String  (Optional)
 
anyData  String  (Optional)
 

Return Value

ChatsNewChatResult
See Also