@@ -89,7 +89,7 @@ DOCUMENT_INVALID The document is invalid
8989EMAIL_HASH_EXPIRED The email hash expired and cannot be used to verify it
9090EMAIL_INVALID The email provided is invalid
9191EMAIL_UNCONFIRMED Email unconfirmed
92- EMAIL_UNCONFIRMED_X The provided email isn't confirmed, {x } is the length of the verification code that was just sent to the email
92+ EMAIL_UNCONFIRMED_X The provided email isn't confirmed, {value } is the length of the verification code that was just sent to the email
9393EMAIL_VERIFY_EXPIRED The verification email has expired
9494EMOTICON_EMPTY The emoticon parameter is empty
9595EMOTICON_INVALID The emoticon parameter is invalid
@@ -108,15 +108,15 @@ EXTERNAL_URL_INVALID The external media URL is invalid
108108FIELD_NAME_EMPTY The field with the name FIELD_NAME is missing
109109FIELD_NAME_INVALID The field with the name FIELD_NAME is invalid
110110FILE_ID_INVALID The file id is invalid
111- FILE_MIGRATE_X The file is in Data Center No. {x }
111+ FILE_MIGRATE_X The file is in Data Center No. {value }
112112FILE_PARTS_INVALID Invalid number of parts. The value is not between 1 and 4000
113113FILE_PART_EMPTY The file part sent is empty
114114FILE_PART_INVALID The file part number is invalid. The value is not between 0 and 3999
115115FILE_PART_LENGTH_INVALID The length of a file part is invalid
116116FILE_PART_SIZE_CHANGED The part size is different from the size of one of the previous parts in the same file
117117FILE_PART_SIZE_INVALID 512 KB cannot be evenly divided by part_size
118118FILE_PART_TOO_BIG The size limit (512 KB) for the content of the file part has been exceeded
119- FILE_PART_X_MISSING Part {x } of the file is missing from storage
119+ FILE_PART_X_MISSING Part {value } of the file is missing from storage
120120FILE_REFERENCE_EMPTY The file id contains an empty file reference, you must obtain a valid one by fetching the message from the origin context
121121FILE_REFERENCE_EXPIRED The file id contains an expired file reference, you must obtain a valid one by fetching the message from the origin context
122122FILE_REFERENCE_INVALID The file id contains an invalid file reference, you must obtain a valid one by fetching the message from the origin context
@@ -198,7 +198,7 @@ PASSWORD_HASH_INVALID The two-step verification password is invalid
198198PASSWORD_MISSING The account is missing the two-step verification password
199199PASSWORD_RECOVERY_NA The password recovery e-mail is not available
200200PASSWORD_REQUIRED The two-step verification password is required for this method
201- PASSWORD_TOO_FRESH_X The two-step verification password was added recently and you are required to wait {x } seconds
201+ PASSWORD_TOO_FRESH_X The two-step verification password was added recently and you are required to wait {value } seconds
202202PAYMENT_PROVIDER_INVALID The payment provider was not recognised or its token was invalid
203203PEER_FLOOD The method can't be used because your account is currently limited
204204PEER_ID_INVALID The peer id being used is invalid or not known yet. Make sure you meet the peer before interacting with it
@@ -349,4 +349,4 @@ WEBDOCUMENT_URL_EMPTY The web document URL is empty
349349WEBDOCUMENT_URL_INVALID The web document URL is invalid
350350WEBPAGE_CURL_FAILED Telegram server could not fetch the provided URL
351351WEBPAGE_MEDIA_EMPTY The URL doesn't contain any valid media
352- YOU_BLOCKED_USER You blocked this user
352+ YOU_BLOCKED_USER You blocked this user
0 commit comments