Add VOICE_MESSAGES_FORBIDDEN (#1151)

* add VOICE_MESSAGES_FORBIDDEN

* Update 400_BAD_REQUEST.tsv

Co-authored-by: onefedov <onefedov@yandex-team.ru>
Co-authored-by: Dan <14043624+delivrance@users.noreply.github.com>
This commit is contained in:
KyMaP13 2022-12-24 00:40:31 +05:00 committed by GitHub
parent c4a47b99ae
commit 265f5fc72e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -340,6 +340,7 @@ USER_NOT_MUTUAL_CONTACT The user is not a mutual contact
USER_NOT_PARTICIPANT The user is not a member of this chat
VIDEO_CONTENT_TYPE_INVALID The video content type is invalid (i.e.: not streamable)
VIDEO_FILE_INVALID The video file is invalid
VOICE_MESSAGES_FORBIDDEN Voice messages are restricted
VOLUME_LOC_NOT_FOUND The volume location can't be found
WALLPAPER_FILE_INVALID The provided file cannot be used as a wallpaper
WALLPAPER_INVALID The input wallpaper was not valid

1 id message
340 USER_NOT_PARTICIPANT The user is not a member of this chat
341 VIDEO_CONTENT_TYPE_INVALID The video content type is invalid (i.e.: not streamable)
342 VIDEO_FILE_INVALID The video file is invalid
343 VOICE_MESSAGES_FORBIDDEN Voice messages are restricted
344 VOLUME_LOC_NOT_FOUND The volume location can't be found
345 WALLPAPER_FILE_INVALID The provided file cannot be used as a wallpaper
346 WALLPAPER_INVALID The input wallpaper was not valid