Send a Telegram message
Sends a notification message via Telegram Bot API.
/plugin marketplace add vampik33/claude-plugins/plugin install vampik33-telegram-plugins-telegram@vampik33/claude-plugins[message]Send a notification message via Telegram Bot API.
If $ARGUMENTS is empty or not provided, set the message "Task completed".
Send the message using the shared script:
MESSAGE="${ARGUMENTS:-Task completed}"
bash "${CLAUDE_PLUGIN_ROOT}/hooks/scripts/send-telegram.sh" "$MESSAGE"
Check the exit code and report any errors to the user.
/telegram - Sends "Task completed"/telegram Build finished - Sends "Build finished"/telegram Tests passed, ready for review - Sends custom message