Telegram Operations with agentio
Use agentio telegram commands to send messages to Telegram channels. Multiple profiles can be configured - the default profile is used unless you specify --profile <name>.
Send a Message
agentio telegram send <message> [options]
Or pipe via stdin:
echo "Message content" | agentio telegram send
Options:
--profile <name>: Use specific profile--parse-mode <mode>: Message format -htmlormarkdown--silent: Send without notification
Examples
Simple message:
agentio telegram send "Hello from agentio"
HTML formatted:
agentio telegram send "<b>Bold</b> and <i>italic</i>" --parse-mode html
Markdown formatted:
agentio telegram send "*Bold* and _italic_" --parse-mode markdown
Silent notification:
agentio telegram send "Update completed" --silent
Converted and distributed by TomeVault — claim your Tome and manage your conversions.