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