Skip to main content
Module

x/mtkruto/mod.ts>types.InputChannelFromMessage

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

Constructors

new
InputChannelFromMessage(params: { peer: TypeInputPeer; msgId: number; channelId: bigint; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
channelId: bigint
msgId: number
peer: TypeInputPeer

Static Properties

readonly
[paramDesc]: ParamDesc