class tl.Api.InputThemeSettings
extends VirtualClass<{ messageColorsAnimated?: boolean; baseTheme: Api.TypeBaseTheme; accentColor: int; outboxAccentColor?: int; messageColors?: int[]; wallpaper?: Api.TypeInputWallPaper; wallpaperSettings?: Api.TypeWallPaperSettings; }>
import { tl } from "https://deno.land/x/grm@0.5.2/src/mod.ts";
const { InputThemeSettings } = tl.Api;
Properties
baseTheme: Api.TypeBaseTheme
optional
wallpaper: Api.TypeInputWallPaperoptional
wallpaperSettings: Api.TypeWallPaperSettingsStatic Methods
fromReader(reader: Reader): InputThemeSettings