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

pub struct GetRecentLocations {
    pub peer: InputPeer,
    pub limit: int,
}

TL-derived from messages.getRecentLocations

messages.getRecentLocations#249431e2 peer:InputPeer limit:int = messages.Messages;

Fields

Trait Implementations

impl Debug for GetRecentLocations
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetRecentLocations
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for GetRecentLocations
[src]

[src]

[src]

impl Function for GetRecentLocations
[src]

impl BareSerialize for GetRecentLocations
[src]

Auto Trait Implementations