Skip to main content

send_telegram_alert

Function send_telegram_alert 

Source
pub async fn send_telegram_alert(
    http: &Client,
    bot_token: &str,
    chat_id: &str,
    title: &str,
    message: &str,
)
Expand description

Best-effort Telegram alert send (with a bell emoji prefix).