GramIO API Reference / gramio/dist / TelegramPassportElementErrorFiles
Interface: TelegramPassportElementErrorFiles
Defined in: @gramio/types/out/objects.d.ts:8618
Represents an issue with a list of scans. The error is considered resolved when the list of files containing the scans changes.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
file_hashes | string[] | List of base64-encoded file hashes | @gramio/types/out/objects.d.ts:8630 |
message | string | Error message | @gramio/types/out/objects.d.ts:8634 |
source | "files" | Error source, must be files | @gramio/types/out/objects.d.ts:8622 |
type | TelegramPassportElementErrorFilesType | The section of the user's Telegram Passport which has the issue, one of “utility_bill”, “bank_statement”, “rental_agreement”, “passport_registration”, “temporary_registration” | @gramio/types/out/objects.d.ts:8626 |