Clarify that supergroups are channels in !tg bridge
This commit is contained in:
@@ -73,8 +73,8 @@ async def bridge(evt: CommandEvent) -> EventID:
|
|||||||
if not tgid:
|
if not tgid:
|
||||||
return await evt.reply(
|
return await evt.reply(
|
||||||
"That doesn't seem like a prefixed Telegram chat ID.\n\n"
|
"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 "
|
"If you did not get the ID using the `/id` bot command, please prefix"
|
||||||
"prefix channel IDs with `-100` and normal group IDs with `-`.\n\n"
|
"channel/supergroup IDs with `-100` and non-super group IDs with `-`.\n\n"
|
||||||
"Bridging private chats to existing rooms is not allowed."
|
"Bridging private chats to existing rooms is not allowed."
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user