From 0e6940eea55cc6aa31189dd6b8a085ac9ee0213b Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Wed, 7 Mar 2018 15:37:19 +0200 Subject: [PATCH] Add bridge command to !help (ref #87) --- mautrix_telegram/commands/meta.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mautrix_telegram/commands/meta.py b/mautrix_telegram/commands/meta.py index 5d2f38df..16505a4e 100644 --- a/mautrix_telegram/commands/meta.py +++ b/mautrix_telegram/commands/meta.py @@ -73,6 +73,9 @@ def help(evt): Only works for group chats; to delete a private chat portal, simply leave the room. **unbridge** - Remove puppets from the current portal room and forget the portal. +**bridge** [_id_] - Bridge the current Matrix room to the Telegram chat with the given + ID. The ID must be the prefixed version that you get with the `/id` + command of the Telegram-side bot. **group-name** <_name_|`-`> - Change the username of a supergroup/channel. To disable, use a dash (`-`) as the name. **clean-rooms** - Clean up unused portal/management rooms.