UNPKG

@wasserstoff/mangi-tg-bot

Version:

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

6 lines 306 B
import { Middleware } from "grammy"; import { CustomContext } from "../context/CustomContext"; declare const adminAuthMiddleware: Middleware<CustomContext>; export declare const adminAuthCallbackHandler: Middleware<CustomContext>; export default adminAuthMiddleware; //# sourceMappingURL=adminAuth.d.ts.map