From 5927e3ae8b62564f019221bcd32fecb49faafcfa Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Wed, 7 Feb 2018 19:35:52 +0100 Subject: [PATCH] Add MULTI_MEDIA_TOO_LONG error --- 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 1c6a155a..762424b9 100644 --- a/compiler/error/source/400_BAD_REQUEST.tsv +++ b/compiler/error/source/400_BAD_REQUEST.tsv @@ -45,3 +45,4 @@ 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 +MULTI_MEDIA_TOO_LONG The album contains more than 10 items