Interface ToggleAllDownloadsArePaused

Changes pause state of all files in the file download list. Request type for Tdjson#toggleAllDownloadsArePaused.

interface ToggleAllDownloadsArePaused {
    @type: "toggleAllDownloadsArePaused";
    are_paused?: boolean;
}

Properties

Properties

@type: "toggleAllDownloadsArePaused"
are_paused?: boolean

Pass true to pause all downloads; pass false to unpause them.