PolymarketNotify.Telegram (PolymarketNotify v0.1.0)

Copy Markdown View Source

Telegram channel — posts message to a chat via sendMessage.

  • :bot_token (required) — token, or {:system, "VAR"}.
  • :chat_id (required) — chat id, or {:system, "VAR"}.
  • :http — injected (url, json -> {:ok, status} | {:error, term}); production defaults to Req.

Missing token/chat ⇒ {:error, :not_configured} (never raises).