diff --git a/compiler/errors/source/400_BAD_REQUEST.tsv b/compiler/errors/source/400_BAD_REQUEST.tsv index f12ee3fe..e1ef8cd4 100644 --- a/compiler/errors/source/400_BAD_REQUEST.tsv +++ b/compiler/errors/source/400_BAD_REQUEST.tsv @@ -372,3 +372,6 @@ 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 +CHANNEL_FORUM_MISSING +TTL_PERIOD_INVALID TTL_PERIOD_INVALID +BOOSTS_REQUIRED Channel required more boost to upload a story diff --git a/compiler/errors/source/403_FORBIDDEN.tsv b/compiler/errors/source/403_FORBIDDEN.tsv index bd717a10..d6f1cada 100644 --- a/compiler/errors/source/403_FORBIDDEN.tsv +++ b/compiler/errors/source/403_FORBIDDEN.tsv @@ -34,4 +34,5 @@ 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 -LIVE_DISABLED Story is disabled server-side \ No newline at end of file +LIVE_DISABLED Story is disabled server-side +CHAT_GUEST_SEND_FORBIDDEN You need to join the discussion group before commenting diff --git a/compiler/errors/source/500_INTERNAL_SERVER_ERROR.tsv b/compiler/errors/source/500_INTERNAL_SERVER_ERROR.tsv index 0e8d68a5..3e912440 100644 --- a/compiler/errors/source/500_INTERNAL_SERVER_ERROR.tsv +++ b/compiler/errors/source/500_INTERNAL_SERVER_ERROR.tsv @@ -43,4 +43,5 @@ UPLOAD_NO_VOLUME Telegram is having internal problems. Please try again later VOLUME_LOC_NOT_FOUND Telegram is having internal problems. Please try again later WORKER_BUSY_TOO_LONG_RETRY Server workers are too busy right now due to Telegram having internal problems. Please try again later WP_ID_GENERATE_FAILED Telegram is having internal problems. Please try again later -FILE_WRITE_FAILED Telegram is having internal problems. Please try again later \ No newline at end of file +FILE_WRITE_FAILED Telegram is having internal problems. Please try again later +CHAT_FROM_CALL_CHANGED