From fbd13bec767d3a2cbec6691d92ad833c079009a5 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Tue, 27 Feb 2018 14:49:50 +0100 Subject: [PATCH] Add INLINE_RESULT_EXPIRED 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 abef742f..ffba8987 100644 --- a/compiler/error/source/400_BAD_REQUEST.tsv +++ b/compiler/error/source/400_BAD_REQUEST.tsv @@ -47,4 +47,5 @@ PHONE_NUMBER_BANNED The phone number is banned 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 \ No newline at end of file +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