Struct telegram_web_login_verifier::RequestData [] [src]

pub struct RequestData {
    pub auth_date: u64,
    pub first_name: String,
    pub hash: String,
    pub id: i32,
    pub photo_url: String,
    pub username: String,
}

Stores the data provided by the user in a format compatible with the telegram_web_login_verifier::LoginVerifier

Fields

Trait Implementations

impl Debug for RequestData
[src]

[src]

Formats the value using the given formatter.