Struct actix_telegram::types::PassportElementErrorFiles[][src]

pub struct PassportElementErrorFiles {
    pub source: String,
    pub type_: String,
    pub file_hashes: Vec<String>,
    pub message: String,
}

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

Fields

Error source, must be files

The section of the user's Telegram Passport which has the issue, one of “utility_bill”, “bank_statement”, “rental_agreement”, “passport_registration”, “temporary_registration”

List of base64-encoded file hashes

Error message

Trait Implementations

impl Debug for PassportElementErrorFiles
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations