From fdafe582d7635f4dfb9aa0e1ee986e4780eab4fb Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Sat, 7 Sep 2019 17:07:14 +0200 Subject: [PATCH] Add custom administrator titles related 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 7e930c8d..dec0ffa4 100644 --- a/compiler/error/source/400_BAD_REQUEST.tsv +++ b/compiler/error/source/400_BAD_REQUEST.tsv @@ -125,4 +125,6 @@ WEBDOCUMENT_URL_INVALID The web document URL is invalid WEBDOCUMENT_MIME_INVALID The web document mime type is invalid 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 \ No newline at end of file +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