From f7b8c0389dc86321b25dfc9c4ac97f9efe7ce893 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Fri, 2 Mar 2018 02:27:17 +0100 Subject: [PATCH] Add INVITE_HASH_INVALID and USER_ALREADY_PARTICIPANT errors --- 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 ffba8987..a419c5e2 100644 --- a/compiler/error/source/400_BAD_REQUEST.tsv +++ b/compiler/error/source/400_BAD_REQUEST.tsv @@ -48,4 +48,6 @@ ABOUT_TOO_LONG The about text is too long MULTI_MEDIA_TOO_LONG The album contains more than 10 items USERNAME_OCCUPIED The username is already in use BOT_INLINE_DISABLED The inline feature of the bot is disabled -INLINE_RESULT_EXPIRED The inline bot query expired \ No newline at end of file +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 \ No newline at end of file