From 18804ba392fffc8bf919bc01dcfb8785d88e6db4 Mon Sep 17 00:00:00 2001 From: iLuisTheDev Date: Fri, 12 Sep 2025 03:30:56 +0330 Subject: [PATCH] Adding BOT_COMMANDS_TOO_MUCH to errors.csv --- 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 98a86dde..7c8b5ea9 100644 --- a/telethon_generator/data/errors.csv +++ b/telethon_generator/data/errors.csv @@ -34,6 +34,7 @@ BOTS_TOO_MUCH,400,There are too many bots in this chat/channel BOT_CHANNELS_NA,400,Bots can't edit admin privileges BOT_COMMAND_DESCRIPTION_INVALID,400,"The command description was empty, too long or had invalid characters used" BOT_COMMAND_INVALID,400,The specified command is invalid +BOT_COMMANDS_TOO_MUCH,400,"Too many commands, the capacity is 100" BOT_DOMAIN_INVALID,400,The domain used for the auth button does not match the one configured in @BotFather BOT_GAMES_DISABLED,400,Bot games cannot be used in this type of chat BOT_GROUPS_BLOCKED,400,This bot can't be added to groups