using-mtcute
Installation
SKILL.md
using mtcute
Core Rule
Treat mtcute as a TypeScript MTProto library, not a Bot API wrapper. Prefer high-level TelegramClient methods first, then raw TL .call() only when there is no high-level method.
Use the platform package for the target runtime:
import { TelegramClient } from '@mtcute/node'
Do not import TelegramClient from @mtcute/core in normal apps; platform packages preconfigure runtime crypto, storage, transport, and file helpers.