Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alex2276564 committed Feb 12, 2025
1 parent 0aecdc9 commit 7944cd7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,13 @@ TelegramNotifier is a powerful PrestaShop module that sends instant notification
- Send a message to your newly created bot.
- Open the following link in your browser (replace `<YourBOTToken>` with your bot's token):

```url
```text
https://api.telegram.org/bot<YourBOTToken>/getUpdates
```

- In the JSON response, look for **`"chat": {"id": ...}`** – this is your **Chat ID** (e.g., `123456789`).
- Add this chat ID to your configuration (for example, in the "New Orders Notifications" field).
- You can enter multiple chat IDs separated by commas (e.g., `123456789, -987654321, -1001234567890`).
- You can enter up to **30** chat IDs per notification type (**Telegram API limit**).

**Adding Bot to Groups and Channels:**
Expand Down

0 comments on commit 7944cd7

Please sign in to comment.