Extended by : BPT\types\types
This object represents an error in the Telegram Passport element which was submitted that should be resolved by the user. It should be one of:
| Name | Type | Description | Kind |
|---|---|---|---|
| source | string | Error source, must be unspecified | normal |
| type | string | Type of element of the user's Telegram Passport which has the issue | normal |
| field_name | string | Name of the data field which has the error | normal |
| data_hash | string | Base64-encoded data hash | normal |
| message | string | Error message | normal |
| file_hash | string | Base64-encoded file hash | normal |
| file_hashes | string[] | List of base64-encoded file hashes | normal |
| element_hash | string | Base64-encoded element hash | normal |