变更群主时的参数。

interface GroupOwnerChangeParams {
    groupId: string;
    newOwner: string;
}

Hierarchy (View Summary)

Properties

Properties

groupId: string

群组 ID。

newOwner: string

新群主的用户 ID。