Skip to main content
Module

x/grm/mod.ts>Api.InputChannel

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

Properties

accessHash: long
channelId: long
className: "InputChannel"
classType: "constructor"
CONSTRUCTOR_ID: 4082822184
SUBCLASS_OF_ID: 1089602301

Static Methods

fromReader(reader: Reader): InputChannel