Added USERPIC_UPLOAD_REQUIRED error

This commit is contained in:
Alisa Sireneva 2021-05-05 21:36:20 +03:00 committed by GitHub
parent e4d47ac70d
commit 8e56a7463c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -362,6 +362,7 @@ USER_NOT_MUTUAL_CONTACT,400 403,The provided user is not a mutual contact
USER_NOT_PARTICIPANT,400,The target user is not a member of the specified megagroup or channel
USER_PRIVACY_RESTRICTED,403,The user's privacy settings do not allow you to do this
USER_RESTRICTED,403,"You're spamreported, you can't create channels or chats."
USERPIC_UPLOAD_REQUIRED,400,You must have a profile picture before using this method
VIDEO_CONTENT_TYPE_INVALID,400,The video content type is not supported with the given parameters (i.e. supports_streaming)
VIDEO_FILE_INVALID,400,The given video cannot be used
WALLPAPER_FILE_INVALID,400,The given file cannot be used as a wallpaper

1 name codes description
362 USER_NOT_PARTICIPANT 400 The target user is not a member of the specified megagroup or channel
363 USER_PRIVACY_RESTRICTED 403 The user's privacy settings do not allow you to do this
364 USER_RESTRICTED 403 You're spamreported, you can't create channels or chats.
365 USERPIC_UPLOAD_REQUIRED 400 You must have a profile picture before using this method
366 VIDEO_CONTENT_TYPE_INVALID 400 The video content type is not supported with the given parameters (i.e. supports_streaming)
367 VIDEO_FILE_INVALID 400 The given video cannot be used
368 WALLPAPER_FILE_INVALID 400 The given file cannot be used as a wallpaper