UNPKG

r1-io

Version:

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

6 lines 293 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.customSend = void 0; const customSend = ({ buildKeyboard }) => async (text, params) => [text, { keyboard: await buildKeyboard(), ...params }]; exports.customSend = customSend; //# sourceMappingURL=send.js.map