UNPKG

@wasserstoff/mangi-tg-bot

Version:

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

6 lines 338 B
import { Middleware } from "grammy"; import type { Update } from "@grammyjs/types"; import { CustomContext } from "../context/CustomContext"; export declare function getUpdateInfo(ctx: CustomContext): Omit<Update, "update_id">; export declare function logHandle(id: string): Middleware<CustomContext>; //# sourceMappingURL=logger.d.ts.map