UNPKG

@wasserstoff/mangi-tg-bot

Version:

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

5 lines 320 B
import { Bot } from "grammy"; import { AppConfig } from ".."; export declare const createBot: (BOT_TOKEN: string, redisInstance: any, config: AppConfig) => Bot<import("..").CustomContext, import("grammy").Api<import("grammy").RawApi>>; export type IBot = ReturnType<typeof createBot>; //# sourceMappingURL=index.d.ts.map