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

pub struct GetHistory {
    pub peer: InputPeer,
    pub offset_id: int,
    pub offset_date: int,
    pub add_offset: int,
    pub limit: int,
    pub max_id: int,
    pub min_id: int,
    pub hash: int,
}

TL-derived from messages.getHistory

messages.getHistory#dcbb8260 peer:InputPeer offset_id:int offset_date:int add_offset:int limit:int max_id:int min_id:int hash:int = messages.Messages;

Fields

Trait Implementations

impl Debug for GetHistory
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetHistory
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for GetHistory
[src]

[src]

[src]

impl Function for GetHistory
[src]

impl BareSerialize for GetHistory
[src]

Auto Trait Implementations

impl Send for GetHistory

impl Sync for GetHistory