aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2023-01-31 18:11:22 +0100
committerGravatar Christian Hesse <mail@eworm.de>2023-01-31 18:11:22 +0100
commit8b488cb82fa47a4fb9a2e2a65e5e01d78abb2022 (patch)
treef3624db6190229f2168b6d853c5c625a7847a662
parent63de875129cc3eafff517410d6f90cb78fe459d5 (diff)
doc/telegram-chat: allow bots to receive messages in a group
-rw-r--r--doc/telegram-chat.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/telegram-chat.md b/doc/telegram-chat.md
index b245efa..388aa35 100644
--- a/doc/telegram-chat.md
+++ b/doc/telegram-chat.md
@@ -79,6 +79,12 @@ scripting capabilities. Try to print what you want to act on...
/ip/address/remove [ find where interface=eth ];
+### Sending commands to a group
+
+Adding a bot to a group allows it to send messages to that group. To allow
+it to receive messages you have to make it an admin of that group! It is
+fine to deny all permissions, though.
+
See also
--------