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

pub struct ReadEncryptedHistory {
    pub peer: InputEncryptedChat,
    pub max_date: int,
}

TL-derived from messages.readEncryptedHistory

messages.readEncryptedHistory#7f4b690a peer:InputEncryptedChat max_date:int = Bool;

Fields

Trait Implementations

impl Debug for ReadEncryptedHistory
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ReadEncryptedHistory
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for ReadEncryptedHistory
[src]

[src]

[src]

impl Function for ReadEncryptedHistory
[src]

impl BareSerialize for ReadEncryptedHistory
[src]

Auto Trait Implementations