File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
apps/docs/content/docs/en/tools Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -89,8 +89,12 @@ Send messages to Telegram channels or users through the Telegram Bot API. Enable
8989
9090| Parameter | Type | Description |
9191| --------- | ---- | ----------- |
92- | ` message ` | string | Success or error message |
93- | ` data ` | object | Telegram message data |
92+ | ` success ` | boolean | Telegram message send success status |
93+ | ` messageId ` | number | Unique Telegram message identifier |
94+ | ` chatId ` | string | Target chat ID where message was sent |
95+ | ` text ` | string | Text content of the sent message |
96+ | ` timestamp ` | number | Unix timestamp when message was sent |
97+ | ` from ` | object | Information about the bot that sent the message |
9498
9599### ` telegram_delete_message `
96100
You can’t perform that action at this time.
0 commit comments