Skip to main content
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.1.111/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