Raw.account.SaveAutoDownloadSettings
Change media autodownload settings
account.saveAutoDownloadSettings#76f36233 flags:# low:flags.0?true high:flags.1?true settings:AutoDownloadSettings = Bool;
export namespace Raw {
export namespace account {
export class SaveAutoDownloadSettings {
constructor(params: {
low?: boolean;
high?: boolean;
settings: Raw.TypeAutoDownloadSettings;
}) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 185
Constructor ID: 0x76f36233
Property
low
: boolean or undefinedWhether to save media in the low data usage preset
high
: boolean or undefinedWhether to save media in the high data usage preset
settings
: Raw.TypeAutoDownloadSettingsMedia autodownload settings