Interface SetAutoDownloadSettings

Sets auto-download settings. Request type for Tdjson#setAutoDownloadSettings.

interface SetAutoDownloadSettings {
    @type: "setAutoDownloadSettings";
    settings: AutoDownloadSettings;
    type: NetworkType;
}

Properties

Properties

@type: "setAutoDownloadSettings"

New user auto-download settings.

Type of the network for which the new settings are relevant.