创建群组后的返回结果。

interface CreateGroupResult {
    groupId: string;
}

Properties

Properties

groupId: string

创建成功后的群组 ID。