waah telegram waah
This commit is contained in:
Anonymous 2021-06-15 19:20:16 +05:30 committed by GitHub
parent 1e661e2e33
commit 6c246415c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -245,6 +245,7 @@ PHONE_NUMBER_OCCUPIED,400,The phone number is already in use
PHONE_NUMBER_UNOCCUPIED,400,The phone number is not yet being used
PHONE_PASSWORD_FLOOD,406,You have tried logging in too many times
PHONE_PASSWORD_PROTECTED,400,This phone is password protected
PHOTO_CONTENT_TYPE_INVALID,400,
PHOTO_CONTENT_URL_EMPTY,400,The content from the URL used as a photo appears to be empty or has caused another HTTP error
PHOTO_CROP_SIZE_SMALL,400,Photo is too small
PHOTO_EXT_INVALID,400,The extension of the photo is invalid

1 name codes description
245 PHONE_NUMBER_UNOCCUPIED 400 The phone number is not yet being used
246 PHONE_PASSWORD_FLOOD 406 You have tried logging in too many times
247 PHONE_PASSWORD_PROTECTED 400 This phone is password protected
248 PHOTO_CONTENT_TYPE_INVALID 400
249 PHOTO_CONTENT_URL_EMPTY 400 The content from the URL used as a photo appears to be empty or has caused another HTTP error
250 PHOTO_CROP_SIZE_SMALL 400 Photo is too small
251 PHOTO_EXT_INVALID 400 The extension of the photo is invalid