Skip to main content
Module

x/grm/mod.ts>Api.InputPeerChat

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

Properties

chatId: long
className: "InputPeerChat"
classType: "constructor"
CONSTRUCTOR_ID: 900291769
SUBCLASS_OF_ID: 3374092470

Static Methods

fromReader(reader: Reader): InputPeerChat