Click or drag to resize

ChatsUpdateChat(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 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