We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38032a1 commit d73d2e6Copy full SHA for d73d2e6
README.md
@@ -54,6 +54,12 @@ Add the following variables to your .env file.
54
```php
55
LOG_TELEGRAM_BOT_TOKEN=
56
LOG_TELEGRAM_CHAT_ID=
57
+
58
+# If chat groups are used instead of telegram channels,
59
+# and the ability to set topics on groups is enabled,
60
+# this configuration can be utilized.
61
+LOG_TELEGRAM_TOPIC_ID=
62
63
#LOG_TELEGRAM_BOT_API='https://api.telegram.org/bot'
64
# add tor proxy for restricted country
65
#LOG_TELEGRAM_BOT_PROXY='socks5h://localhost:9050'
0 commit comments