包含聊天室 ID 的删除共享文件参数。

interface DeleteChatRoomSharedFileParams {
    chatRoomId: string;
    fileId: string;
}

Hierarchy (View Summary)

Properties

Properties

chatRoomId: string

聊天室 ID。该参数必传。

fileId: string

文件 ID。该参数必传。