UNPKG

stalkee

Version:

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

8 lines (7 loc) 222 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Context = void 0; const telegraf_1 = require("telegraf"); class Context extends telegraf_1.Context { } exports.Context = Context;