Telegram Send Msg

Send a message via Telegram Bot API

jadegate 249e0aa 2 files · 4.1 KB Updated

File contents

Telegram Send Message

Send a message via Telegram Bot API

When to Use

  • User wants to telegram send
  • User wants to send telegram
  • Keywords: telegram, message, bot, chat

Required Parameters

  • bot_token (string): Telegram bot token
  • chat_id (string): Target chat ID
  • text (string): Message text

Output

  • message_id (number): Sent message ID
  • success (boolean): Send success

Security

  • Sandbox level: strict
  • Max execution time: 30000ms
  • Network whitelist: api.telegram.org
  • JadeGate verified: Yes (5-layer security check passed)

Execution Flow

Entry: encode -> 6 steps -> Exit: ret_ok, ret_fail

jadegate/jadegate/tree/main/skills/telegram-send-msg commit 249e0aa5fb

Frequently asked questions

npx skillmds@latest add jadegate/telegram-send-msg