Struct clacks_mtproto::mtproto::rpc::messages::SendEncrypted [] [src]

pub struct SendEncrypted {
    pub peer: InputEncryptedChat,
    pub random_id: long,
    pub data: bytes,
}

TL-derived from messages.sendEncrypted

messages.sendEncrypted#a9776773 peer:InputEncryptedChat random_id:long data:bytes = messages.SentEncryptedMessage;

Fields

Trait Implementations

impl Debug for SendEncrypted
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for SendEncrypted
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for SendEncrypted
[src]

[src]

[src]

impl Function for SendEncrypted
[src]

impl BareSerialize for SendEncrypted
[src]

Auto Trait Implementations

impl Send for SendEncrypted

impl Sync for SendEncrypted