Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/mtkruto/mod.ts>types.InputChannel

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class types.InputChannel
import { types } from "https://deno.land/x/mtkruto@0.0.997/mod.ts";
const { InputChannel } = types;

Constructors

new
InputChannel(params: { channelId: bigint; accessHash: bigint; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
accessHash: bigint
channelId: bigint

Static Properties

readonly
[paramDesc]: ParamDesc