Unity and Windows API reference
属性 | 所有成员列表
ChatSDK.GroupInfo类 参考

属性

string GroupId [get, set]
 
string GroupName [get, set]
 

详细描述

群组的基本信息, 用于定义公开群的信息。

若要从服务器获取群组基本信息,可调用 GetGroupSpecificationFromServer(string ValueCallBack<Group>)

属性说明

◆ GroupId

string ChatSDK.GroupInfo.GroupId
getset

群组 ID。

◆ GroupName

string ChatSDK.GroupInfo.GroupName
getset

群组名称。