pub trait CanGetUserProfilePhotos {
// Required method
fn get_user_profile_photos(&self) -> GetUserProfilePhotos;
}Expand description
Get a list of profile pictures for a user.
pub trait CanGetUserProfilePhotos {
// Required method
fn get_user_profile_photos(&self) -> GetUserProfilePhotos;
}Get a list of profile pictures for a user.