Interface UpdateFile

Information about a file was updated. Subtype of Update.

interface UpdateFile {
    @type: "updateFile";
    file: File;
}

Properties

Properties

@type: "updateFile"
file: File

New data about the file.