Telegram Passport

PassportElementErrorFiles

Represents an issue with a list of scans. The error is considered resolved when the list of files containing the scans changes.

fields

fieldtyperequireddescription
sourcestringrequiredError source, must be files
type"utility_bill" | "bank_statement" | "rental_agreement" | "passport_registration" | "temporary_registration"requiredThe section of the user's Telegram Passport which has the issue, one of “utility_bill”, “bank_statement”, “rental_agreement”, “passport_registration”, “temporary_registration”
file_hashesstring[]requiredList of base64-encoded file hashes
messagestringrequiredError message

import

types.ts
import type { PassportElementErrorFiles } from "@yaebal/types";

used by

types