pub struct SetChatPhoto { /* private fields */ }
Expand description
Sets a new profile photo for a chat.
Photos can’t be changed for private chats The bot must be an administrator in the chat for this to work and must have the appropriate admin rights.
§Notes
In regular groups (non-supergroups), this method will only work if the ‘All Members Are Admins’ setting is off in the target group.
Implementations§
Source§impl SetChatPhoto
impl SetChatPhoto
Trait Implementations§
Source§impl Debug for SetChatPhoto
impl Debug for SetChatPhoto
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