Chat SDK for Unity and Windows v1.3.1
属性 | 所有成员列表
AgoraChat.GroupInfo类 参考
类 AgoraChat.GroupInfo 继承关系图:

属性

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

详细描述

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

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

属性说明

◆ GroupId

string AgoraChat.GroupInfo.GroupId
getset

群组 ID。

◆ GroupName

string AgoraChat.GroupInfo.GroupName
getset

群组名称。