From 2a0a3881a4261cd5e5cde28a59bb34830a624b62 Mon Sep 17 00:00:00 2001 From: 1pyxa1 <1pyxa1@gmail.com> Date: Wed, 7 Feb 2018 16:05:35 +0300 Subject: [PATCH] Add ABOUT_TOO_LONG error (#17) --- compiler/error/source/400_BAD_REQUEST.tsv | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/error/source/400_BAD_REQUEST.tsv b/compiler/error/source/400_BAD_REQUEST.tsv index 0b92aba5..1c6a155a 100644 --- a/compiler/error/source/400_BAD_REQUEST.tsv +++ b/compiler/error/source/400_BAD_REQUEST.tsv @@ -44,3 +44,4 @@ FILE_ID_INVALID The file id is invalid LOCATION_INVALID The file location is invalid CHAT_ADMIN_REQUIRED The method requires admin privileges PHONE_NUMBER_BANNED The phone number is banned +ABOUT_TOO_LONG The about text is too long