Skip to main content
Module

x/grm/mod.ts>Api.UpdateTheme

MTProto API Client for Deno 🦕
Go to Latest
class Api.UpdateTheme
extends VirtualClass<{ theme: Api.TypeTheme; }>
import { Api } from "https://deno.land/x/grm@0.8.0/mod.ts";
const { UpdateTheme } = Api;

Properties

className: "UpdateTheme"
classType: "constructor"
CONSTRUCTOR_ID: 2182544291
SUBCLASS_OF_ID: 2676568142
theme: Api.TypeTheme

Static Methods

fromReader(reader: Reader): UpdateTheme