删除共享文件时的输入参数。

interface ChatRoomDeleteSharedFileInput {
    fileId: string;
}

Properties

Properties

fileId: string

文件 ID。该参数必传。