Skip to main content
Module

x/grm/mod.ts>tl.Api.InputThemeSettings

MTProto API Client for Deno 🦕
Go to Latest
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/mod.ts";
const { InputThemeSettings } = tl.Api;

Properties

accentColor: int
className: "InputThemeSettings"
classType: "constructor"
CONSTRUCTOR_ID: 2413711439
optional
messageColors: int[]
optional
messageColorsAnimated: boolean
optional
outboxAccentColor: int
SUBCLASS_OF_ID: 2201536642
optional
wallpaper: Api.TypeInputWallPaper
optional
wallpaperSettings: Api.TypeWallPaperSettings