stalkee
Version:
a Telegram bot who can send voice messages via inline mode added by admin with sorting them by numbers of uses
9 lines (8 loc) • 403 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.removeAfterAdd = void 0;
const telegraf_1 = require("telegraf");
const removeAfterAdd = (ctx, options) => telegraf_1.Markup.inlineKeyboard([[
telegraf_1.Markup.callbackButton(ctx.t.markups.remove_after_add.buttons.remove, `remove:${options?.fileUid}`)
]]);
exports.removeAfterAdd = removeAfterAdd;