From 16ba2a3a69afbb441089897b7615b4fdadec4248 Mon Sep 17 00:00:00 2001 From: Devesh Pal Date: Wed, 7 Jun 2023 00:43:16 +0530 Subject: [PATCH] Add error from https://t.me/TelethonChat/545141 --- telethon_generator/data/errors.csv | 1 + 1 file changed, 1 insertion(+) diff --git a/telethon_generator/data/errors.csv b/telethon_generator/data/errors.csv index 5c65300c..a6c7514d 100644 --- a/telethon_generator/data/errors.csv +++ b/telethon_generator/data/errors.csv @@ -67,6 +67,7 @@ CHANNELS_ADMIN_LOCATED_TOO_MUCH,400,The user has reached the limit of public geo CHANNELS_ADMIN_PUBLIC_TOO_MUCH,400,"You're admin of too many public channels, make some channels private to change the username of this channel" CHANNELS_TOO_MUCH,400,You have joined too many channels/supergroups CHANNEL_BANNED,400,The channel is banned +CHANNEL_FORUM_MISSING,400, CHANNEL_ID_INVALID,400,The specified supergroup ID is invalid CHANNEL_INVALID,400,"Invalid channel object. Make sure to pass the right types, for instance making sure that the request is designed for channels or otherwise look for a different one more suited" CHANNEL_PARICIPANT_MISSING,400,The current user is not in the channel