pub struct SetChatPhoto { /* private fields */ }
Expand description
Changes the photo of a chat. Supported only for basic groups, supergroups and channels. Requires can_change_info administrator right
Implementations§
Trait Implementations§
Source§impl AsRef<SetChatPhoto> for SetChatPhoto
impl AsRef<SetChatPhoto> for SetChatPhoto
Source§fn as_ref(&self) -> &SetChatPhoto
fn as_ref(&self) -> &SetChatPhoto
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for SetChatPhoto
impl Clone for SetChatPhoto
Source§fn clone(&self) -> SetChatPhoto
fn clone(&self) -> SetChatPhoto
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 SetChatPhoto
impl Debug for SetChatPhoto
Source§impl Default for SetChatPhoto
impl Default for SetChatPhoto
Source§fn default() -> SetChatPhoto
fn default() -> SetChatPhoto
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SetChatPhoto
impl<'de> Deserialize<'de> for SetChatPhoto
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
Auto Trait Implementations§
impl Freeze for SetChatPhoto
impl RefUnwindSafe for SetChatPhoto
impl Send for SetChatPhoto
impl Sync for SetChatPhoto
impl Unpin for SetChatPhoto
impl UnwindSafe for SetChatPhoto
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