Index
MTKruto is a Telegram client library for JavaScript.
Its key features include:
-
Cross-runtime
Supports Node.js, Deno, browsers, and Bun. -
Type-safe
Written in TypeScript with accurate typings. -
Prioritizes the Web
Prefers Web APIs over runtime-specific APIs. -
Easy-to-use
Provides its own high-level API on top of the Telegram API. -
Extensible
Its middleware system lets you integrate external code.
Walkthrough
- Installation
- Starting the Client
- Calling Methods
- Handling Updates
- Working with Messages
- Commands
- Reactions