Interface InputFileId

Points to a file. Subtype of InputFile.

interface InputFileId {
    @type: "inputFileId";
    id: number;
}

Properties

Properties

@type: "inputFileId"
id: number

Unique file identifier.