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

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

Required methods

fn get_user_profile_photos(
    &self,
    _user_id: Integer
) -> WrapperGetUserProfilePhotos

Loading content...

Implementors

impl FunctionGetUserProfilePhotos for RequestHandle[src]

Loading content...