pub struct AdvancedSetChatPhotoRequest {
pub chat_id: ChatId,
pub photo: String,
}Expand description
Auto-generated request for setChatPhoto.
Fields§
§chat_id: ChatId§photo: StringImplementations§
Trait Implementations§
Source§impl Clone for AdvancedSetChatPhotoRequest
impl Clone for AdvancedSetChatPhotoRequest
Source§fn clone(&self) -> AdvancedSetChatPhotoRequest
fn clone(&self) -> AdvancedSetChatPhotoRequest
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 AdvancedSetChatPhotoRequest
impl Debug for AdvancedSetChatPhotoRequest
Auto Trait Implementations§
impl Freeze for AdvancedSetChatPhotoRequest
impl RefUnwindSafe for AdvancedSetChatPhotoRequest
impl Send for AdvancedSetChatPhotoRequest
impl Sync for AdvancedSetChatPhotoRequest
impl Unpin for AdvancedSetChatPhotoRequest
impl UnsafeUnpin for AdvancedSetChatPhotoRequest
impl UnwindSafe for AdvancedSetChatPhotoRequest
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