删除群组共享文件时的参数。

interface DeleteGroupSharedFileParams {
    groupId: string;
    fileId: string;
}

Hierarchy (View Summary)

Properties

Properties

groupId: string

群组 ID。

fileId: string

待删除的共享文件 ID。