Skip to content

Commit 2e4c19b

Browse files
author
waleed
committed
updated telegram docs
1 parent fd7accc commit 2e4c19b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

apps/docs/content/docs/en/tools/telegram.mdx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)