Skip to main content
Module

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

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

Properties

className: "UpdatePeerSettings"
classType: "constructor"
CONSTRUCTOR_ID: 1786671974
peer: Api.TypePeer
settings: Api.TypePeerSettings
SUBCLASS_OF_ID: 2676568142

Static Methods

fromReader(reader: Reader): UpdatePeerSettings