mirror of
https://github.com/remnawave/panel.git
synced 2026-04-26 17:56:25 +00:00
fix: telegram notification thread IDs to be empty and add note about Telegram Group Chat ID format in environment variables documentation
This commit is contained in:
@@ -168,6 +168,11 @@ JWT_API_TOKENS_SECRET=strong_secret_key
|
||||
| `TELEGRAM_NOTIFY_USERS_THREAD_ID` | The topic id of Telegram group | | |
|
||||
| `TELEGRAM_NOTIFY_NODES_THREAD_ID` | The topic id of Telegram group | | |
|
||||
|
||||
:::note
|
||||
|
||||
Telegram Group Chat ID is always starts with `-100`.
|
||||
:::
|
||||
|
||||
<details>
|
||||
<summary>Example</summary>
|
||||
|
||||
@@ -186,8 +191,8 @@ TELEGRAM_NOTIFY_USERS_CHAT_ID=change_me
|
||||
TELEGRAM_NOTIFY_NODES_CHAT_ID=change_me
|
||||
|
||||
# Optional, if you want to send notifications to specific topics in Telegram group
|
||||
TELEGRAM_NOTIFY_USERS_THREAD_ID=1
|
||||
TELEGRAM_NOTIFY_NODES_THREAD_ID=2
|
||||
TELEGRAM_NOTIFY_USERS_THREAD_ID=
|
||||
TELEGRAM_NOTIFY_NODES_THREAD_ID=
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
Reference in New Issue
Block a user