doc/telegram-chat: allow bots to receive messages in a group

This commit is contained in:
Christian Hesse 2023-01-31 18:11:22 +01:00
parent 63de875129
commit 8b488cb82f

View file

@ -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
--------