Add BOOSTS_REQUIRED to known errors

This commit is contained in:
KurimuzonAkuma 2023-10-30 19:48:17 +03:00
parent e5c5edca83
commit 21a87b545a

View File

@ -18,6 +18,7 @@ AUTOARCHIVE_NOT_AVAILABLE This feature is not yet enabled for your account due t
BANK_CARD_NUMBER_INVALID The credit card number is invalid
BANNED_RIGHTS_INVALID You provided a set of restrictions that is invalid
BASE_PORT_LOC_INVALID The base port location is invalid
BOOSTS_REQUIRED Boosts required
BOTS_TOO_MUCH The chat has too many bots
BOT_CHANNELS_NA Bots can't edit admin privileges
BOT_COMMAND_DESCRIPTION_INVALID The command description was empty, too long or had invalid characters

1 id message
18 BANK_CARD_NUMBER_INVALID The credit card number is invalid
19 BANNED_RIGHTS_INVALID You provided a set of restrictions that is invalid
20 BASE_PORT_LOC_INVALID The base port location is invalid
21 BOOSTS_REQUIRED Boosts required
22 BOTS_TOO_MUCH The chat has too many bots
23 BOT_CHANNELS_NA Bots can't edit admin privileges
24 BOT_COMMAND_DESCRIPTION_INVALID The command description was empty, too long or had invalid characters