Struct telegram_bot2::models::GetUserProfilePhotos
source · pub struct GetUserProfilePhotos { /* private fields */ }Expand description
Use this method to get a list of profile pictures for a user. Returns aUserProfilePhotos object.
Trait Implementations§
source§impl Clone for GetUserProfilePhotos
impl Clone for GetUserProfilePhotos
source§fn clone(&self) -> GetUserProfilePhotos
fn clone(&self) -> GetUserProfilePhotos
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 moresource§impl Debug for GetUserProfilePhotos
impl Debug for GetUserProfilePhotos
source§impl<'de> Deserialize<'de> for GetUserProfilePhotos
impl<'de> Deserialize<'de> for GetUserProfilePhotos
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more