mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-08-05 02:34:41 +02:00
mod/notification-telegram: support sending to group's topic...
... when a group has enabled the "Topics" feature.
This commit is contained in:
parent
cad104879c
commit
a22b62f588
3 changed files with 11 additions and 2 deletions
|
@ -33,6 +33,8 @@
|
|||
:global TelegramChatId "";
|
||||
#:global TelegramTokenId "123456:ABCDEF-GHI";
|
||||
#:global TelegramChatId "12345678";
|
||||
# Use this to send notifications to a specific topic in group.
|
||||
:global TelegramThreadId "";
|
||||
# Using telegram-chat you have to define trusted chat ids (not group ids!)
|
||||
# or user names. Groups allow to chat with devices simultaneously.
|
||||
#:global TelegramChatIdsTrusted {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue