From 7df4b58a514e33ef0d88c1b6eff5de38a45e02b7 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Sat, 21 Sep 2019 19:56:12 +0200 Subject: [PATCH] Add two FILE_REFERENCE_* 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 dec0ffa4..77531e9b 100644 --- a/compiler/error/source/400_BAD_REQUEST.tsv +++ b/compiler/error/source/400_BAD_REQUEST.tsv @@ -127,4 +127,6 @@ BUTTON_URL_INVALID The button url is invalid AUTH_BYTES_INVALID The authorization bytes are invalid CHANNELS_TOO_MUCH You have joined too many channels or supergroups ADMIN_RANK_INVALID The custom administrator title is invalid or is longer than 16 characters -ADMIN_RANK_EMOJI_NOT_ALLOWED Emojis are not allowed in custom administrator titles \ No newline at end of file +ADMIN_RANK_EMOJI_NOT_ALLOWED Emojis are not allowed in custom administrator titles +FILE_REFERENCE_EMPTY The file reference is empty +FILE_REFERENCE_INVALID The file reference is invalid \ No newline at end of file