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

x/mtkruto/tl/3_functions.ts>channels_exportMessageLink_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class channels_exportMessageLink_
extends Function_<enums.ExportedMessageLink>
import { channels_exportMessageLink_ } from "https://deno.land/x/mtkruto@0.1.190/tl/3_functions.ts";

Get link and embed info of a message in a channel/supergroup

Constructors

new
channels_exportMessageLink_(params: { grouped?: true; thread?: true; channel: enums.InputChannel; id: number; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
channel: enums.InputChannel

Channel

optional
grouped: true

Whether to include other grouped media (for albums)

id: number

Message ID

optional
thread: true

Whether to also include a thread ID, if available, inside of the link

Static Properties

__F: (params: { grouped?: true; thread?: true; channel: enums.InputChannel; id: number; }) => enums.ExportedMessageLink
readonly
[name]: string
readonly
[paramDesc]: ParamDesc