From 0a2892691c81d14f91618d2ec6a8b4e024984390 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Mon, 1 Oct 2018 10:48:49 +0200 Subject: [PATCH] Add CHAT_ADMIN_INVITE_REQUIRED error --- compiler/error/source/403_FORBIDDEN.tsv | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compiler/error/source/403_FORBIDDEN.tsv b/compiler/error/source/403_FORBIDDEN.tsv index b8348d2e..a2d06832 100644 --- a/compiler/error/source/403_FORBIDDEN.tsv +++ b/compiler/error/source/403_FORBIDDEN.tsv @@ -1,3 +1,4 @@ id message CHAT_WRITE_FORBIDDEN You don't have rights to send messages in this chat -RIGHT_FORBIDDEN One or more admin rights can't be applied to this kind of chat (channel/supergroup) \ No newline at end of file +RIGHT_FORBIDDEN One or more admin rights can't be applied to this kind of chat (channel/supergroup) +CHAT_ADMIN_INVITE_REQUIRED You don't have rights to invite other users \ No newline at end of file