implement handle_puppet_group_invite to auto-create groups

This commit is contained in:
Malte E
2022-06-12 21:46:11 +02:00
parent 9188251501
commit 565bb87470
4 changed files with 68 additions and 7 deletions
@@ -81,4 +81,3 @@ async def create(evt: CommandEvent) -> EventID:
except ValueError as e:
await portal.delete()
return await evt.reply(e.args[0])
return await evt.reply(f"Telegram chat created. ID: {portal.tgid}")