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>InputChannelFromMessage_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class InputChannelFromMessage_
import { InputChannelFromMessage_ } 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
InputChannelFromMessage_(params: { peer: enums.InputPeer; msg_id: number; channel_id: bigint; })

Properties

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

The channel ID

msg_id: number

The message ID in the chat where the channel was seen

peer: enums.InputPeer

The chat where the channel was seen

Static Properties

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