Raw.account.SaveAutoDownloadSettings

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

Results

boolean