pub trait GetUserProfilePhotosSetters: HasPayload<Payload = GetUserProfilePhotos> + Sized {
// Provided methods
fn user_id(self, value: UserId) -> Self { ... }
fn offset(self, value: u32) -> Self { ... }
fn limit(self, value: u8) -> Self { ... }
}
Expand description
Setters for fields of GetUserProfilePhotos