Skip to main content
Module

x/grm/mod.ts>Api.NotifyPeer

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

Properties

className: "NotifyPeer"
classType: "constructor"
CONSTRUCTOR_ID: 2681474008
peer: Api.TypePeer
SUBCLASS_OF_ID: 3756548142

Static Methods

fromReader(reader: Reader): NotifyPeer