From 5793192d1e199a4e407a0aa55d601cf80f0bd140 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Sun, 4 Mar 2018 01:25:06 +0100 Subject: [PATCH] Add some more errors --- compiler/error/source/400_BAD_REQUEST.tsv | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/compiler/error/source/400_BAD_REQUEST.tsv b/compiler/error/source/400_BAD_REQUEST.tsv index d2476dc0..ce5a6118 100644 --- a/compiler/error/source/400_BAD_REQUEST.tsv +++ b/compiler/error/source/400_BAD_REQUEST.tsv @@ -51,4 +51,10 @@ BOT_INLINE_DISABLED The inline feature of the bot is disabled INLINE_RESULT_EXPIRED The inline bot query expired INVITE_HASH_INVALID The invite link hash is invalid USER_ALREADY_PARTICIPANT The user is already a participant of this chat -TTL_MEDIA_INVALID This kind of media does not support self-destruction \ No newline at end of file +TTL_MEDIA_INVALID This kind of media does not support self-destruction +MAX_ID_INVALID The max_id parameter is invalid +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