Raw.account.GetTheme

Raw.account.GetTheme

Get theme information

account.getTheme#3a5869ec format:string theme:InputTheme = Theme;
export namespace Raw {
  export namespace account {
    export class GetTheme {
      constructor(params: { format: string; theme: Raw.TypeInputTheme }) {}
    }
  }
}

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

Layer: 185
Constructor ID: 0x3a5869ec

Property

  • format : string

    Theme format, a string that identifies the theming engines supported by the client

  • theme : Raw.TypeInputTheme

    Theme

Results

Raw.TypeTheme