From 1bf8b01151e63c194a3b5836676ddfc58033b9c6 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Mon, 1 Oct 2018 10:47:10 +0200 Subject: [PATCH] Add RIGHT_FORBIDDEN 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 7bacbe7d..b8348d2e 100644 --- a/compiler/error/source/403_FORBIDDEN.tsv +++ b/compiler/error/source/403_FORBIDDEN.tsv @@ -1,2 +1,3 @@ id message -CHAT_WRITE_FORBIDDEN You don't have rights to send messages in this chat \ No newline at end of file +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