Skip to main content
Module

x/mtkruto/mod.ts>types.InputPeerChannel

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

Constructors

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

Properties

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

Static Properties

readonly
[paramDesc]: ParamDesc