[][src]Trait telegram_bot::types::requests::get_user_profile_photos::CanGetUserProfilePhotos

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

Get a list of profile pictures for a user.

Required methods

pub fn get_user_profile_photos(&self) -> GetUserProfilePhotos[src]

Loading content...

Implementors

impl<'b, U> CanGetUserProfilePhotos for U where
    U: ToUserId
[src]

Loading content...