class tl.Api.WallPaperSettings
extends VirtualClass<{ blur?: boolean; motion?: boolean; backgroundColor?: int; secondBackgroundColor?: int; thirdBackgroundColor?: int; fourthBackgroundColor?: int; intensity?: int; rotation?: int; }>
import { tl } from "https://deno.land/x/grm@0.5.2/src/mod.ts";
const { WallPaperSettings } = tl.Api;
Static Methods
fromReader(reader: Reader): WallPaperSettings