@ptkdev/aboutmeinfo-telegram-bot
Version:
Share your social profiles and links on Telegram
15 lines (14 loc) • 438 B
TypeScript
/**
* Grammy Grammy Telegram API Framework API
* =====================
*
* @contributors: Patryk Rzucidło [@ptkdev] <support@ptkdev.io> (https://ptk.dev)
* Alì Shadman [@AliShadman95] (https://github.com/AliShadman95)
*
* @license: MIT License
*
*/
import { Bot } from "grammy";
declare const bot: Bot<import("grammy").Context, import("grammy").Api<import("grammy").RawApi>>;
export { bot };
export default bot;