From 24018532c887a61171cabc7c233caec31b41f1d3 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Sun, 8 Jan 2023 17:22:15 +0100 Subject: [PATCH] Add INVITE_REQUEST_SENT to known errors --- compiler/errors/source/400_BAD_REQUEST.tsv | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/errors/source/400_BAD_REQUEST.tsv b/compiler/errors/source/400_BAD_REQUEST.tsv index 52d229ec..7ba6e90a 100644 --- a/compiler/errors/source/400_BAD_REQUEST.tsv +++ b/compiler/errors/source/400_BAD_REQUEST.tsv @@ -356,3 +356,4 @@ WEBPAGE_MEDIA_EMPTY The URL doesn't contain any valid media YOU_BLOCKED_USER You blocked this user ENTITY_BOUNDS_INVALID The message entity bounds are invalid BOT_ONESIDE_NOT_AVAIL Bots can't pin messages for one side only in private chats +INVITE_REQUEST_SENT The request to join this chat or channel has been successfully sent