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
4 months ago (0.1.5)

@gramio/format

Library for formatting text for Telegram Bot API. Used under the hood by GramIO framework but it framework-agnostic.

npm JSR JSR Score

Usage

bot.api.sendMessage({
    chat_id: 12321,
    text: format`${bold`Hi!`}

		Can ${italic("you")} help ${spoiler`me`}?
	
			Can you give me a ${link("star", "https://github.com/gramiojs/gramio")}?`,
});

example

See Documentation

Built and signed on
GitHub Actions
View transparency log

Add Package

deno add jsr:@gramio/format

Import symbol

import * as format from "@gramio/format";

---- OR ----

Import directly with a jsr specifier

import * as format from "jsr:@gramio/format";

Add Package

npx jsr add @gramio/format

Import symbol

import * as format from "@gramio/format";

Add Package

yarn dlx jsr add @gramio/format

Import symbol

import * as format from "@gramio/format";

Add Package

pnpm dlx jsr add @gramio/format

Import symbol

import * as format from "@gramio/format";

Add Package

bunx jsr add @gramio/format

Import symbol

import * as format from "@gramio/format";