add TOPIC_NOT_MODIFIED to known error

Signed-off-by: wulan17 <wulan17@nusantararom.org>
This commit is contained in:
mrmissx 2023-09-09 15:59:47 +07:00 committed by wulan17
parent 39af991a04
commit a45d7cf74a
No known key found for this signature in database
GPG key ID: 318CD6CD3A6AC0A5

View file

@ -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

1 id message
321 TOKEN_INVALID The provided token is invalid
322 TOPIC_CLOSED The topic was closed
323 TOPIC_DELETED The topic was deleted
324 TOPIC_NOT_MODIFIED The topic was not modified
325 TRANSCRIPTION_FAILED Telegram is having internal problems. Please try again later to transcribe the audio.
326 TTL_DAYS_INVALID The provided TTL days is invalid
327 TTL_MEDIA_INVALID The media does not support self-destruction