群组管理员相关操作的参数。

interface GroupAdminMutationParams {
    groupId: string;
    userId: string;
}

Hierarchy (View Summary)

Properties

Properties

groupId: string

群组 ID。

userId: string

管理员用户 ID。