Struct actix_telegram::types::PassportElementErrorUnspecified[][src]

pub struct PassportElementErrorUnspecified {
    pub source: String,
    pub type_: String,
    pub element_hash: String,
    pub message: String,
}

Represents an issue in an unspecified place. The error is considered resolved when new data is added.

Fields

Error source, must be unspecified

Type of element of the user's Telegram Passport which has the issue

Base64-encoded element hash

Error message

Trait Implementations

impl Debug for PassportElementErrorUnspecified
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations