From d16219e187acf6ba0f4fe740ec1df14cd8a15d61 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Thu, 10 May 2018 12:19:27 +0200 Subject: [PATCH] Add MEDIA_CAPTION_TOO_LONG error --- compiler/error/source/400_BAD_REQUEST.tsv | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compiler/error/source/400_BAD_REQUEST.tsv b/compiler/error/source/400_BAD_REQUEST.tsv index 119b66ff..cd196077 100644 --- a/compiler/error/source/400_BAD_REQUEST.tsv +++ b/compiler/error/source/400_BAD_REQUEST.tsv @@ -61,4 +61,5 @@ EMAIL_INVALID The email provided is invalid USER_IS_BOT A bot cannot send messages to other bots or to itself WEBPAGE_CURL_FAILED Telegram could not fetch the provided URL STICKERSET_INVALID The requested sticker set is invalid -PEER_FLOOD The method can't be used because your account is limited \ No newline at end of file +PEER_FLOOD The method can't be used because your account is limited +MEDIA_CAPTION_TOO_LONG The media caption is longer than 200 characters \ No newline at end of file