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: 201
Constructor ID: 0x7206e458
Property
format: stringTheme format, a string that identifies the theming engines supported by the client
hash: bigintHash used for caching, for more info click here.