UNPKG

koishi-plugin-adapter-telegram-ex

Version:
10 lines (9 loc) 369 B
/// <reference types="koishi/lib" /> import { Adapter } from 'koishi'; export * as Telegram from './types'; export * from './bot'; export * from './http'; export * from './sender'; export * from './utils'; declare const _default: import("koishi").Plugin.Object<Adapter.PluginConfig<import("./utils").AdapterConfig, import("./bot").BotConfig>>; export default _default;