Struct actix_telegram::types::PassportElementErrorFrontSide[][src]

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

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

Fields

Error source, must be front_side

The section of the user's Telegram Passport which has the issue, one of “passport”, “driver_license”, “identity_card”, “internal_passport”

Base64-encoded hash of the file with the front side of the document

Error message

Trait Implementations

impl Debug for PassportElementErrorFrontSide
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations