UNPKG

tgsnake

Version:

Telegram MTProto framework for nodejs.

6 lines (5 loc) 265 B
export { Snake, shutdown } from './Snake.js'; export { SnakeSession } from './SnakeSession.js'; export { BrowserSession } from './BrowserSession.js'; export { LoginWithCLI } from './Login/Cli.js'; export { type Options, type LoginWithSession } from './Options.js';