interface FileCreateParams {
    file?: Uploadable;
    file_id?: string;
}

Properties

Properties

file?: Uploadable

The File object (not file name) to be uploaded.

file_id?: string

Name of the file to create.