Improve Telegram reply prompt in groups

This commit is contained in:
rajchales-monito
2026-07-30 12:47:10 +02:00
parent 5ef09f25d9
commit 103c6263ed
+2 -2
View File
@@ -1289,8 +1289,8 @@ async function handleTelegramCallback(callbackQuery, settings) {
setTelegramReplyContext(chatId, callbackQuery.from?.id, conversation);
const sent = await telegramSendMessage(settings, {
chatId,
text: "Napis odpoved pro zakaznika:",
replyMarkup: { force_reply: true, selective: true }
text: "Odpovez na tuto zpravu. Text poslu zakaznikovi:",
replyMarkup: { force_reply: true }
});
const promptMessageId = sent?.result?.message_id;
if (!promptMessageId) return;