feat: notifications to specific Telegram topics

This commit is contained in:
vicke4
2025-02-13 22:20:52 +05:30
parent 209029214e
commit e228325e37
7 changed files with 4524 additions and 1 deletions

View File

@@ -68,6 +68,7 @@ export const sendTelegramNotification = async (
headers: { "Content-Type": "application/json" },
body: JSON.stringify({
chat_id: connection.chatId,
message_thread_id: connection.messageThreadId,
text: messageText,
parse_mode: "HTML",
disable_web_page_preview: true,