Skip to main content
Module

x/grm/mod.ts>Api.WallPaperSettings

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

Properties

optional
backgroundColor: int
optional
blur: boolean
className: "WallPaperSettings"
classType: "constructor"
CONSTRUCTOR_ID: 499236004
optional
fourthBackgroundColor: int
optional
intensity: int
optional
motion: boolean
optional
rotation: int
optional
secondBackgroundColor: int
SUBCLASS_OF_ID: 1098244882
optional
thirdBackgroundColor: int