openclaw/extensions/telegram/src/bot.runtime.ts

5 lines
192 B
TypeScript
Raw Normal View History

2026-03-18 09:46:25 +05:30
export { sequentialize } from "@grammyjs/runner";
export { apiThrottler } from "@grammyjs/transformer-throttler";
export { Bot } from "grammy";
export type { ApiClientOptions } from "grammy";