pub struct SetProfilePhoto {
pub photo: InputFile,
}
Expand description
Uploads a new profile photo for the current user. If something changes, updateUser will be sent
Fields§
§photo: InputFile
Profile photo to set. inputFileId and inputFileRemote may still be unsupported
Trait Implementations§
Source§impl Clone for SetProfilePhoto
impl Clone for SetProfilePhoto
Source§fn clone(&self) -> SetProfilePhoto
fn clone(&self) -> SetProfilePhoto
Returns a duplicate 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 SetProfilePhoto
impl Debug for SetProfilePhoto
Source§impl<'de> Deserialize<'de> for SetProfilePhoto
impl<'de> Deserialize<'de> for SetProfilePhoto
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
Source§impl Method for SetProfilePhoto
impl Method for SetProfilePhoto
Auto Trait Implementations§
impl Freeze for SetProfilePhoto
impl RefUnwindSafe for SetProfilePhoto
impl Send for SetProfilePhoto
impl Sync for SetProfilePhoto
impl Unpin for SetProfilePhoto
impl UnwindSafe for SetProfilePhoto
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more