UNPKG

stalkee

Version:

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

6 lines (5 loc) 256 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.replyToVoice = void 0; const replyToVoice = (ctx) => !!ctx.message?.reply_to_message && 'voice' in ctx.message.reply_to_message; exports.replyToVoice = replyToVoice;