Raw.account.GetThemes

Raw.account.GetThemes

Get installed themes

account.getThemes#7206e458 format:string hash:long = account.Themes;
export namespace Raw {
  export namespace account {
    export class GetThemes {
      constructor(params: { format: string; hash: bigint }) {}
    }
  }
}

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

Layer: 185
Constructor ID: 0x7206e458

Property

  • format : string

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

  • hash : bigint

    Hash used for caching, for more info click here.

Results

Raw.account.TypeThemes