Raw.account.UpdateTheme

Raw.account.UpdateTheme

Update theme

account.updateTheme#2bf40ccc flags:# format:string theme:InputTheme slug:flags.0?string title:flags.1?string document:flags.2?InputDocument settings:flags.3?Vector<InputThemeSettings> = Theme;
export namespace Raw {
  export namespace account {
    export class UpdateTheme {
      constructor(params: {
        format: string;
        theme: Raw.TypeInputTheme;
        slug?: string;
        title?: string;
        document?: Raw.TypeInputDocument;
        settings?: Array<Raw.TypeInputThemeSettings>;
      }) {}
    }
  }
}

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

Layer: 185
Constructor ID: 0x2bf40ccc

Property

Results

Raw.TypeTheme