Struct clacks_mtproto::mtproto::rpc::photos::GetUserPhotos [] [src]

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

TL-derived from photos.getUserPhotos

photos.getUserPhotos#91cd32a8 user_id:InputUser offset:int max_id:long limit:int = photos.Photos;

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 BoxedSerialize for GetUserPhotos
[src]

[src]

[src]

impl Function for GetUserPhotos
[src]

impl BareSerialize for GetUserPhotos
[src]

Auto Trait Implementations

impl Send for GetUserPhotos

impl Sync for GetUserPhotos