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
dark
: boolean or undefinedWhether to install the dark version
theme
: Raw.TypeInputTheme or undefinedTheme to install
format
: string or undefinedTheme format, a string that identifies the theming engines supported by the client
baseTheme
: Raw.TypeBaseTheme or undefinedIndicates a basic theme provided by all clients