From 99efba3c5ada5da06fbe4cbf0926b8fc0a50dbd0 Mon Sep 17 00:00:00 2001 From: KurimuzonAkuma Date: Mon, 5 Aug 2024 00:31:21 +0300 Subject: [PATCH] Add some errors to known errors --- compiler/errors/source/400_BAD_REQUEST.tsv | 3 +++ 1 file changed, 3 insertions(+) diff --git a/compiler/errors/source/400_BAD_REQUEST.tsv b/compiler/errors/source/400_BAD_REQUEST.tsv index 6bc07178..a2eeaf20 100644 --- a/compiler/errors/source/400_BAD_REQUEST.tsv +++ b/compiler/errors/source/400_BAD_REQUEST.tsv @@ -66,6 +66,7 @@ CHANNEL_PARICIPANT_MISSING The current user is not in the channel CHANNEL_PRIVATE The channel/supergroup is not accessible CHANNEL_TOO_BIG The channel too big CHANNEL_TOO_LARGE The channel is too large +CHATLISTS_TOO_MUCH You have too much chatlists on your account CHAT_ABOUT_NOT_MODIFIED The chat about text was not modified because you tried to edit it using the same content CHAT_ABOUT_TOO_LONG The chat about text is too long CHAT_ADMIN_REQUIRED The method requires chat admin privileges @@ -304,6 +305,7 @@ PREMIUM_ACCOUNT_REQUIRED The method requires a premium user account PRIVACY_KEY_INVALID The privacy key is invalid PRIVACY_TOO_LONG Your privacy exception list has exceeded the maximum capacity PRIVACY_VALUE_INVALID The privacy value is invalid +PUBLIC_BROADCAST_EXPECTED A public channel was expected, but something else was provided PUBLIC_KEY_REQUIRED A public key is required QUERY_ID_EMPTY The query ID is empty QUERY_ID_INVALID The callback query id is invalid @@ -398,6 +400,7 @@ TITLE_INVALID The specified stickerpack title is invalid TMP_PASSWORD_DISABLED The temporary password is disabled TMP_PASSWORD_INVALID The temporary password is invalid TOKEN_INVALID The provided token is invalid +TOKEN_SECRET_INVALID The specified token secret is invalid TOPIC_CLOSED The topic was closed TOPIC_DELETED The topic was deleted TOPIC_ID_INVALID The provided topic ID is invalid