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
Source§impl Method for SetChatPhoto
impl Method for SetChatPhoto
Source§fn into_payload(self) -> Result<Payload, PayloadError>
fn into_payload(self) -> Result<Payload, PayloadError>
Converts the method into a payload for an HTTP request.
Auto Trait Implementations§
impl !RefUnwindSafe for SetChatPhoto
impl !UnwindSafe for SetChatPhoto
impl Freeze for SetChatPhoto
impl Send for SetChatPhoto
impl Sync for SetChatPhoto
impl Unpin for SetChatPhoto
impl UnsafeUnpin 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