Struct clacks::mtproto::rpc::photos::getUserPhotos [] [src]

pub struct getUserPhotos {
    pub user_id: InputUser,
    pub offset: int,
    pub max_id: long,
    pub limit: int,
}

Fields

Trait Implementations

impl Debug for getUserPhotos
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for getUserPhotos
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Function for getUserPhotos
[src]

impl BareSerialize for getUserPhotos
[src]

[src]

Auto Trait Implementations

impl Send for getUserPhotos

impl Sync for getUserPhotos