UNPKG

stalkee

Version:

a Telegram bot who can send voice messages via inline mode added by admin with sorting them by numbers of uses

13 lines (12 loc) 364 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.update = void 0; const controllers_1 = require("../../controllers"); const update = async (ctx, next) => { if (!ctx.from) { return await next(); } await (0, controllers_1.updateUser)(ctx.from); return await next(); }; exports.update = update;