pub trait CanGetUserProfilePhotos {
    fn get_user_profile_photos(&self) -> GetUserProfilePhotos;
}
Expand description

Get a list of profile pictures for a user.

Required Methods§

Implementors§