Skip to main content
Module

x/mtkruto/mod.ts>MessageLink

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
interface MessageLink
implements _MessageBase
import { type MessageLink } from "https://deno.land/x/mtkruto@0.1.200/mod.ts";

A message with a link preview only.

Properties

linkPreview: LinkPreview & { url: NonNullable<LinkPreview["url"]>; }