Struct clacks_mtproto::mtproto::user_full::UserFull [] [src]

pub struct UserFull {
    pub blocked: bool,
    pub phone_calls_available: bool,
    pub phone_calls_private: bool,
    pub user: User,
    pub about: Option<string>,
    pub link: Link,
    pub profile_photo: Option<Photo>,
    pub notify_settings: PeerNotifySettings,
    pub bot_info: Option<BotInfo>,
    pub common_chats_count: int,
}

TL-derived from userFull

userFull#f220f3f flags:# blocked:flags.0?true phone_calls_available:flags.4?true phone_calls_private:flags.5?true user:User about:flags.1?string link:contacts.Link profile_photo:flags.2?Photo notify_settings:PeerNotifySettings bot_info:flags.3?BotInfo common_chats_count:int = UserFull;

Fields

Trait Implementations

impl Debug for UserFull
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for UserFull
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for UserFull
[src]

impl BareDeserialize for UserFull
[src]

impl IntoBoxed for UserFull
[src]

Auto Trait Implementations

impl Send for UserFull

impl Sync for UserFull