ChatsUpdateChat(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 ChatsSimpleResult UpdateChat(
long chatID,
string status = null,
string name = null,
string anyData = null
)
Parameters
- chatID Int64
-
- status String (Optional)
-
- name String (Optional)
-
- anyData String (Optional)
-
Return Value
ChatsSimpleResult
See Also