mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-20 01:21:41 -06: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";
|