Skip to main content
Home

TypeScript Source Development Kit for Telegram Mini Apps client application.

This package works with Node.js, BrowsersIt is unknown whether this package works with Cloudflare Workers, Deno, Bun
It is unknown whether this package works with Cloudflare Workers
This package works with Node.js
It is unknown whether this package works with Deno
It is unknown whether this package works with Bun
This package works with Browsers
JSR Score
82%
Published
2 years ago (1.4.9)

@tma.js/sdk

NPM Size docs-badge code-badge

Made from scratch TypeScript library for seamless communication with Telegram Mini Apps functionality.

The code of this library is designed to simplify the process of developers interacting with Telegram Mini Apps. It consists of several individual components, each responsible for a specific aspect of the Telegram Mini Apps ecosystem.

Before you begin using the SDK, we highly recommend familiarizing yourself with the Telegram Mini Apps documentation to grasp the fundamental concepts of the platform.

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@tma/sdk

Import symbol

import * as sdk from "@tma/sdk";
or

Import directly with a jsr specifier

import * as sdk from "jsr:@tma/sdk";

Add Package

pnpm i jsr:@tma/sdk
or (using pnpm 10.8 or older)
pnpm dlx jsr add @tma/sdk

Import symbol

import * as sdk from "@tma/sdk";

Add Package

yarn add jsr:@tma/sdk
or (using Yarn 4.8 or older)
yarn dlx jsr add @tma/sdk

Import symbol

import * as sdk from "@tma/sdk";

Add Package

vlt install jsr:@tma/sdk

Import symbol

import * as sdk from "@tma/sdk";

Add Package

npx jsr add @tma/sdk

Import symbol

import * as sdk from "@tma/sdk";

Add Package

bunx jsr add @tma/sdk

Import symbol

import * as sdk from "@tma/sdk";