Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/grm/src/extensions/html.ts>HTMLParser

MTProto API Client for Deno 🦕
Go to Latest
class HTMLParser
import { HTMLParser } from "https://deno.land/x/grm@0.6.0/src/extensions/html.ts";

Static Methods

parse(html: string): [string, Api.TypeMessageEntity[]]
unparse(
text: string,
entities: Api.TypeMessageEntity[] | undefined,
_offset?,
_length?: number,
): string