ChatsNewChat(Int64, String, String, String) Method |
Namespace: NeoAxis.CloudServerAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic 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