telegram.PassportElementErrorFiles¶
-
class
telegram.PassportElementErrorFiles(type, file_hashes, message, **kwargs)¶ Bases:
telegram.passport.passportelementerrors.PassportElementErrorRepresents an issue with a list of scans. The error is considered resolved when the file with the document scan changes.
-
type¶ str– The section of the user’s Telegram Passport which has the issue, one of “utility_bill”, “bank_statement”, “rental_agreement”, “passport_registration”, “temporary_registration”.
-
file_hash¶ str– Base64-encoded file hash.
-
message¶ str– Error message.
Parameters: - type (
str) – The section of the user’s Telegram Passport which has the issue, one of “utility_bill”, “bank_statement”, “rental_agreement”, “passport_registration”, “temporary_registration”. - file_hashes (List[
str]) – List of base64-encoded file hashes. - message (
str) – Error message. - **kwargs (
dict) – Arbitrary keyword arguments.
-