Skip to content
@telegramsjs

telegramsjs

TelegramsJS Library

TelegramJS Logo

TelegramsJS is a powerful and versatile library for building Telegram bots in TypeScript/JavaScript. It provides a range of features to simplify bot development, including message handling, file management, and interaction with the Telegram API.

Features

  • Message Handling: Easily handle incoming messages and events from Telegram users.
  • File Management: Manage files, send images, videos, and documents effortlessly.
  • Interaction: Interact with users through reactions, messages, and more.
  • ESM Support: Full support for ECMAScript Modules for better code organization and smaller package sizes.

Installation

To install TelegramsJS and its related libraries, you can use npm or yarn:

npm install telegramsjs @telegram.ts/collection @telegram.ts/types @telegram.ts/emoji @telegram.ts/formatters

or

yarn add telegramsjs @telegram.ts/collection @telegram.ts/types @telegram.ts/emoji @telegram.ts/formatters

For more detailed usage and examples, refer to the documentation.

Related Libraries

Contribution

Contributions are welcome! If you'd like to contribute to TelegramsJS, please check out our contribution guidelines.

License

TelegramsJS is licensed under the MIT License. See LICENSE for more information.

Popular repositories Loading

  1. Telegramsjs Telegramsjs Public

    A powerful library for interacting with the Telegram Bot API

    TypeScript 49 5

  2. collection collection Public

    Utility data structure used in telegramsjs

    TypeScript 2

  3. types types Public

    Comprehensive Type Declarations for Telegram Bot API with telegramsjs

    JavaScript 2

  4. formatters formatters Public

    Sub-library for formatting Telegram messages

    TypeScript 2

  5. examples examples Public

    This repository will house a comprehensive collection of official bot examples utilizing telegramsjs in conjunction with typescript.

    TypeScript 2

  6. emoji emoji Public

    Use emoji names instead of Unicode strings

    TypeScript 1

Repositories

Showing 7 of 7 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Most used topics

Loading…