plugins/tools/gateways/telegram/send_message

Telegram send_message gateway tool. Sends text messages to the user via the Telegram Bot API. Respects DND settings — if quiet time is active, returns a status message instead of sending.

Values

pub fn extract_chat_id(
  user_key: String,
) -> Result(String, String)
pub fn resolve_chat_id(
  user_key: String,
) -> Result(String, String)
pub fn tool_with_user_key(
  conn: sqlight.Connection,
  user_key: String,
) -> tool.Tool
Search Document