群组共享文件新增事件的载荷。

interface GroupSharedFileAddedEventPayload {
    groupId: string;
    sharedFile?: GroupSharedFile;
}

Properties

Properties

groupId: string

群组 ID。

sharedFile?: GroupSharedFile

新增的群组共享文件信息。