From f5efb6672aa5d633130e741fb0c0f173f422f71d Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Wed, 18 Apr 2018 11:24:19 +0200 Subject: [PATCH] Add some new RPCErrors as well --- compiler/error/source/400_BAD_REQUEST.tsv | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/compiler/error/source/400_BAD_REQUEST.tsv b/compiler/error/source/400_BAD_REQUEST.tsv index dfb2c062..2ec8b7fd 100644 --- a/compiler/error/source/400_BAD_REQUEST.tsv +++ b/compiler/error/source/400_BAD_REQUEST.tsv @@ -57,4 +57,6 @@ CHANNEL_INVALID The channel parameter is invalid DC_ID_INVALID The dc_id parameter is invalid LIMIT_INVALID The limit parameter is invalid OFFSET_INVALID The offset parameter is invalid -EMAIL_INVALID The email provided is invalid \ No newline at end of file +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 \ No newline at end of file