Skip to main content
Module

x/mtkruto/mod.ts>functions.ChannelsExportMessageLink

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class functions.ChannelsExportMessageLink
extends Function<types.TypeExportedMessageLink>
import { functions } from "https://deno.land/x/mtkruto@0.1.102/mod.ts";
const { ChannelsExportMessageLink } = functions;

Constructors

new
ChannelsExportMessageLink(params: { grouped?: true; thread?: true; channel: types.TypeInputChannel; id: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
channel: types.TypeInputChannel
optional
grouped: true
id: number
optional
thread: true

Static Properties

readonly
[paramDesc]: ParamDesc