Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/tl/2_types.ts>InputPeerChannelFromMessage_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class InputPeerChannelFromMessage_
extends _InputPeer_
import { InputPeerChannelFromMessage_ } from "https://deno.land/x/mtkruto@0.1.190/tl/2_types.ts";

Defines a min channel that was seen in a certain message of a certain chat.

Constructors

new
InputPeerChannelFromMessage_(params: { peer: enums.InputPeer; msg_id: number; channel_id: bigint; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
channel_id: bigint

The identifier of the channel that was seen

msg_id: number

The message ID

peer: enums.InputPeer

The chat where the channel's message was seen

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc