Interface FileTypePhoto

The file is a photo. Subtype of FileType.

interface FileTypePhoto {
    @type: "fileTypePhoto";
}

Properties

Properties

@type: "fileTypePhoto"