From a45d7cf74ab11f4287128b5b46a8fdbd378c31b2 Mon Sep 17 00:00:00 2001 From: mrmissx Date: Sat, 9 Sep 2023 15:59:47 +0700 Subject: [PATCH] add TOPIC_NOT_MODIFIED to known error Signed-off-by: wulan17 --- 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 aec9045e..f12ee3fe 100644 --- a/compiler/errors/source/400_BAD_REQUEST.tsv +++ b/compiler/errors/source/400_BAD_REQUEST.tsv @@ -321,6 +321,7 @@ TMP_PASSWORD_INVALID The temporary password is invalid TOKEN_INVALID The provided token is invalid TOPIC_CLOSED The topic was closed TOPIC_DELETED The topic was deleted +TOPIC_NOT_MODIFIED The topic was not modified TRANSCRIPTION_FAILED Telegram is having internal problems. Please try again later to transcribe the audio. TTL_DAYS_INVALID The provided TTL days is invalid TTL_MEDIA_INVALID The media does not support self-destruction