UNPKG

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) 323 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.start = void 0; const telegraf_1 = require("telegraf"); const start = ctx => telegraf_1.Markup.inlineKeyboard([[ telegraf_1.Markup.switchToChatButton(ctx.t.markups.start.buttons.switch, '') ]]); exports.start = start;