UNPKG

@wasserstoff/mangi-tg-bot

Version:

A powerful Telegram Bot SDK with built-in authentication, session management, and database integration

3 lines 229 B
import type { CustomContext } from "../context/CustomContext"; export declare const createAuthMiddleware: (jwtSecret: string) => (ctx: CustomContext, next: () => Promise<void>) => Promise<void>; //# sourceMappingURL=auth.d.ts.map