Struct tbot::methods::GetUserProfilePhotos
source · pub struct GetUserProfilePhotos<'a> { /* private fields */ }
Expand description
Gets a user’s profile photos.
Reflects the getUserProfilePhotos
method.
Implementations§
source§impl<'a> GetUserProfilePhotos<'a>
impl<'a> GetUserProfilePhotos<'a>
source§impl GetUserProfilePhotos<'_>
impl GetUserProfilePhotos<'_>
sourcepub async fn call(self) -> Result<ProfilePhotos, MethodCall>
pub async fn call(self) -> Result<ProfilePhotos, MethodCall>
Calls the method.
Trait Implementations§
source§impl<'a> Clone for GetUserProfilePhotos<'a>
impl<'a> Clone for GetUserProfilePhotos<'a>
source§fn clone(&self) -> GetUserProfilePhotos<'a>
fn clone(&self) -> GetUserProfilePhotos<'a>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more