mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-23 06:38:09 +00:00
6 lines
243 B
TypeScript
6 lines
243 B
TypeScript
// Telegram plugin module implements bot behavior.
|
|
export { sequentialize } from "@grammyjs/runner";
|
|
export { apiThrottler } from "@grammyjs/transformer-throttler";
|
|
export { Bot } from "grammy";
|
|
export type { ApiClientOptions } from "grammy";
|