Skip to main content
Module

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

MTProto API Client for Deno 🦕
Go to Latest
class tl.Api.UpdateNotifySettings
extends VirtualClass<{ peer: Api.TypeNotifyPeer; notifySettings: Api.TypePeerNotifySettings; }>
import { tl } from "https://deno.land/x/grm@0.8.0/mod.ts";
const { UpdateNotifySettings } = tl.Api;

Properties

className: "UpdateNotifySettings"
classType: "constructor"
CONSTRUCTOR_ID: 3200411887
notifySettings: Api.TypePeerNotifySettings
peer: Api.TypeNotifyPeer
SUBCLASS_OF_ID: 2676568142

Static Methods

fromReader(reader: Reader): UpdateNotifySettings