From 9638984d6bb1390252de2090f738c6c3b243aec8 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Sat, 3 Mar 2018 01:53:39 +0100 Subject: [PATCH] Add TTL_MEDIA_INVALID 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 a419c5e2..d2476dc0 100644 --- a/compiler/error/source/400_BAD_REQUEST.tsv +++ b/compiler/error/source/400_BAD_REQUEST.tsv @@ -50,4 +50,5 @@ 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 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 +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