From f13acfe825a01e834cd29035aa94786c055efe3f Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Thu, 24 Mar 2022 00:15:14 +0200 Subject: [PATCH] Clarify that supergroups are channels in !tg bridge --- mautrix_telegram/commands/portal/bridge.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mautrix_telegram/commands/portal/bridge.py b/mautrix_telegram/commands/portal/bridge.py index 70d69522..316d3614 100644 --- a/mautrix_telegram/commands/portal/bridge.py +++ b/mautrix_telegram/commands/portal/bridge.py @@ -73,8 +73,8 @@ async def bridge(evt: CommandEvent) -> EventID: if not tgid: return await evt.reply( "That doesn't seem like a prefixed Telegram chat ID.\n\n" - "If you did not get the ID using the `/id` bot command, please " - "prefix channel IDs with `-100` and normal group IDs with `-`.\n\n" + "If you did not get the ID using the `/id` bot command, please prefix" + "channel/supergroup IDs with `-100` and non-super group IDs with `-`.\n\n" "Bridging private chats to existing rooms is not allowed." )