Struct tbot::methods::DeleteChatPhoto
source · pub struct DeleteChatPhoto<'a> { /* private fields */ }
Expand description
Deletes a chat’s photo.
Reflects the deleteChatPhoto
method.
Implementations§
source§impl DeleteChatPhoto<'_>
impl DeleteChatPhoto<'_>
sourcepub async fn call(self) -> Result<(), MethodCall>
pub async fn call(self) -> Result<(), MethodCall>
Calls the method.
Trait Implementations§
source§impl<'a> Clone for DeleteChatPhoto<'a>
impl<'a> Clone for DeleteChatPhoto<'a>
source§fn clone(&self) -> DeleteChatPhoto<'a>
fn clone(&self) -> DeleteChatPhoto<'a>
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 more