Struct clacks_mtproto::mtproto::new_session_created::NewSessionCreated [] [src]

pub struct NewSessionCreated {
    pub first_msg_id: long,
    pub unique_id: long,
    pub server_salt: long,
}

TL-derived from new_session_created

new_session_created#9ec20908 first_msg_id:long unique_id:long server_salt:long = NewSession;

Fields

Trait Implementations

impl Debug for NewSessionCreated
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for NewSessionCreated
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for NewSessionCreated
[src]

impl BareDeserialize for NewSessionCreated
[src]

impl IntoBoxed for NewSessionCreated
[src]

Auto Trait Implementations