Struct actix_telegram::types::PassportElementErrorReverseSide[][src]

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

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

Fields

Error source, must be reverse_side

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

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

Error message

Trait Implementations

impl Debug for PassportElementErrorReverseSide
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations