From 341c41e7efecc6f7bd6efc3b49ff7353a89ce927 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Sat, 1 Jun 2019 13:10:06 +0200 Subject: [PATCH] Add MESSAGE_EDIT_TIME_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 cbea977a..fa6ff67e 100644 --- a/compiler/error/source/400_BAD_REQUEST.tsv +++ b/compiler/error/source/400_BAD_REQUEST.tsv @@ -98,4 +98,5 @@ RESULTS_TOO_MUCH The result contains too many items RESULT_ID_DUPLICATE The result contains items with duplicated identifiers ACCESS_TOKEN_INVALID The bot access token is invalid INVITE_HASH_EXPIRED The chat invite link is no longer valid -USER_BANNED_IN_CHANNEL You are limited, check @SpamBot for details \ No newline at end of file +USER_BANNED_IN_CHANNEL You are limited, check @SpamBot for details +MESSAGE_EDIT_TIME_EXPIRED You can no longer edit this message \ No newline at end of file