From 2762a1e1c693c778048ff3af367ae7d55649fdd2 Mon Sep 17 00:00:00 2001 From: Nick <64551534+null-nick@users.noreply.github.com> Date: Fri, 21 Jul 2023 14:13:53 +0200 Subject: [PATCH] Added some story error Signed-off-by: wulan17 --- compiler/errors/source/400_BAD_REQUEST.tsv | 2 ++ compiler/errors/source/403_FORBIDDEN.tsv | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/compiler/errors/source/400_BAD_REQUEST.tsv b/compiler/errors/source/400_BAD_REQUEST.tsv index b8322b82..5ccddd54 100644 --- a/compiler/errors/source/400_BAD_REQUEST.tsv +++ b/compiler/errors/source/400_BAD_REQUEST.tsv @@ -361,3 +361,5 @@ WEBDOCUMENT_URL_INVALID The web document URL is invalid WEBPAGE_CURL_FAILED Telegram server could not fetch the provided URL WEBPAGE_MEDIA_EMPTY The URL doesn't contain any valid media YOU_BLOCKED_USER You blocked this user +STORIES_NEVER_CREATED You have never created any stories +MEDIA_FILE_INVALID The provided media file is invalid diff --git a/compiler/errors/source/403_FORBIDDEN.tsv b/compiler/errors/source/403_FORBIDDEN.tsv index b94e0af7..984cef44 100644 --- a/compiler/errors/source/403_FORBIDDEN.tsv +++ b/compiler/errors/source/403_FORBIDDEN.tsv @@ -37,4 +37,5 @@ CHAT_SEND_STICKERS_FORBIDDEN You can't send stickers in this chat CHAT_SEND_VIDEOS_FORBIDDEN You can't send videos in this chat CHAT_SEND_VOICES_FORBIDDEN You can't send voice recordings in this chat CHAT_WRITE_FORBIDDEN You can't write in this chat -GROUPCALL_FORBIDDEN The group call has already ended \ No newline at end of file +GROUPCALL_FORBIDDEN The group call has already ended +LIVE_DISABLED Story is disabled server-side \ No newline at end of file