a brief introduction about mtkruto
A cross-runtime JavaScript library for building Telegram clients.
its benefits over gramjs
⦁ First-class Deno support.*
⦁ JSON-serializable high-level API (no classes involved, everything is interfaces).*
⦁ Middleware-based update routing.*
⦁ Supports handling update gaps.
⦁ More performant: Caches everything.
⦁ Handles updateChannelTooLong (yes, it may sound funny, but GramJS doesn’t).
*Whether it is a benefit or not depends on the user.