Struct clacks_mtproto::mtproto::update::NewEncryptedMessage [] [src]

pub struct NewEncryptedMessage {
    pub message: EncryptedMessage,
    pub qts: int,
}

TL-derived from updateNewEncryptedMessage

updateNewEncryptedMessage#12bcbd9a message:EncryptedMessage qts:int = Update;

Fields

Trait Implementations

impl Debug for NewEncryptedMessage
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for NewEncryptedMessage
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for NewEncryptedMessage
[src]

impl BareDeserialize for NewEncryptedMessage
[src]

impl IntoBoxed for NewEncryptedMessage
[src]

[src]

Auto Trait Implementations