Trait telebot::functions::FunctionGetUserProfilePhotos [] [src]

pub trait FunctionGetUserProfilePhotos {
    fn get_user_profile_photos(
        &self,
        _user_id: Integer
    ) -> WrapperGetUserProfilePhotos; }

Required Methods

Implementors