TypeScript Source Development Kit for Telegram Mini Apps client application.
@tma.js/sdk
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.
Add Package
deno add jsr:@tma/sdk
Import symbol
import * as sdk from "@tma/sdk";
Import directly with a jsr specifier
import * as sdk from "jsr:@tma/sdk";
Add Package
pnpm i jsr:@tma/sdk
pnpm dlx jsr add @tma/sdk
Import symbol
import * as sdk from "@tma/sdk";
Add Package
yarn add jsr:@tma/sdk
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";