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
format
: stringTheme format, a string that identifies the theming engines supported by the client
theme
: Raw.TypeInputThemeTheme to update
slug
: string or undefinedUnique theme id
title
: string or undefinedTheme name
document
: Raw.TypeInputDocument or undefinedTheme file
settings
: Array of Raw.TypeInputThemeSettings or undefinedTheme settings