Skip to main content
Deno 2 is finally 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.5.1/src/extensions/html.ts";

Static Methods

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