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

x/mtkruto/types/4_message.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.157/types/4_message.ts";

A message with a link preview only.

Properties

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