Skip to content

@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 for 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.

Installation

bash
pnpm i @tma.js/sdk
bash
npm i @tma.js/sdk
bash
yarn add @tma.js/sdk

Released under the MIT License.