Raw.account.InstallTheme

Raw.account.InstallTheme

Install a theme

account.installTheme#c727bb3b flags:# dark:flags.0?true theme:flags.1?InputTheme format:flags.2?string base_theme:flags.3?BaseTheme = Bool;
export namespace Raw {
  export namespace account {
    export class InstallTheme {
      constructor(params: {
        dark?: boolean;
        theme?: Raw.TypeInputTheme;
        format?: string;
        baseTheme?: Raw.TypeBaseTheme;
      }) {}
    }
  }
}

This is a function constructor, you can use it as method when call invoke

Layer: 185
Constructor ID: 0xc727bb3b

Property

Results

boolean