Struct actix_telegram::types::PassportElementErrorFile[][src]

pub struct PassportElementErrorFile {
    pub source: String,
    pub type_: String,
    pub file_hash: String,
    pub message: String,
}

Represents an issue with a document scan. The error is considered resolved when the file with the document scan changes.

Fields

Error source, must be file

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

Base64-encoded file hash

Error message

Trait Implementations

impl Debug for PassportElementErrorFile
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations