Skip to main content

Built and signed on GitHub Actions

Library for formatting text for Telegram Bot API

This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
This package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
This package works with Browsers
JSR Score
100%
Published
2 months ago (0.1.5)
class FormattableString

Class-helper for work with formattable entities

Constructors

new
FormattableString(
text: string,
)

Create new FormattableString

Properties

Entities of FormattableString

Text of FormattableString (auto covert to it if entities is unsupported)

Methods

Static Methods

[Symbol.hasInstance](value: unknown): value is FormattableString

Create new FormattableString

Add Package

deno add jsr:@gramio/format

Import symbol

import { FormattableString } from "@gramio/format";

---- OR ----

Import directly with a jsr specifier

import { FormattableString } from "jsr:@gramio/format";

Add Package

npx jsr add @gramio/format

Import symbol

import { FormattableString } from "@gramio/format";

Add Package

yarn dlx jsr add @gramio/format

Import symbol

import { FormattableString } from "@gramio/format";

Add Package

pnpm dlx jsr add @gramio/format

Import symbol

import { FormattableString } from "@gramio/format";

Add Package

bunx jsr add @gramio/format

Import symbol

import { FormattableString } from "@gramio/format";