UNPKG

telegram-bot-api-lightweight-client

Version:

Lightweight Telegram Bot API client. Exports only minimal Fetch call. Fully compatible with AWS LLRT.

5 lines (4 loc) 117 B
export type * from './types'; export type * from './simple-types'; export * from './client'; export * from './core';