Struct clacks_mtproto::mtproto::encrypted_message::Service [] [src]

pub struct Service {
    pub random_id: long,
    pub chat_id: int,
    pub date: int,
    pub bytes: bytes,
}

TL-derived from encryptedMessageService

encryptedMessageService#23734b06 random_id:long chat_id:int date:int bytes:bytes = EncryptedMessage;

Fields

Trait Implementations

impl Debug for Service
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Service
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Service
[src]

impl BareDeserialize for Service
[src]

impl IntoBoxed for Service
[src]

Auto Trait Implementations

impl Send for Service

impl Sync for Service