From 1fdd2ef7dfdeee0ca9836c554ab852d1655d3f9d Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Thu, 26 Apr 2018 10:54:18 +0200 Subject: [PATCH] Add PEER_FLOOD 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 306d4c3e..119b66ff 100644 --- a/compiler/error/source/400_BAD_REQUEST.tsv +++ b/compiler/error/source/400_BAD_REQUEST.tsv @@ -60,4 +60,5 @@ OFFSET_INVALID The offset parameter is invalid 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 \ No newline at end of file +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