UNPKG

r1-io

Version:

Simple jsx based library for creation of vk bots, based on vk-io

8 lines 292 B
import { KeyboardBuilder } from 'vk-io'; import { ParamsMiddleware } from '../IParamsMiddleware'; interface CustomSendProps { buildKeyboard: () => Promise<KeyboardBuilder>; } export declare const customSend: ParamsMiddleware<CustomSendProps>; export {}; //# sourceMappingURL=send.d.ts.map