Skip to main content
Module

x/grm/mod.ts>Api.ExportedMessageLink

MTProto API Client for Deno 🦕
Go to Latest
class Api.ExportedMessageLink
extends VirtualClass<{ link: string; html: string; }>
import { Api } from "https://deno.land/x/grm@0.8.0/mod.ts";
const { ExportedMessageLink } = Api;

Properties

className: "ExportedMessageLink"
classType: "constructor"
CONSTRUCTOR_ID: 1571494644
html: string
SUBCLASS_OF_ID: 3739632844

Static Methods

fromReader(reader: Reader): ExportedMessageLink