Struct telegram::schema::UserFull []

pub struct UserFull {
    pub user: User,
    pub link: Link,
    pub profile_photo: Photo,
    pub notify_settings: PeerNotifySettings,
    pub blocked: bool,
    pub real_first_name: String,
    pub real_last_name: String,
}

Fields

Trait Implementations

impl Debug for UserFull
[src]

Formats the value using the given formatter.

impl Serialize for UserFull

Serialize to the passed buffer.