Struct tbot::methods::UnpinAllChatMessages
source · pub struct UnpinAllChatMessages<'a> { /* private fields */ }
Expand description
Unpins all messages in a chat.
Reflects the unpinAllChatMessages
method.
Implementations§
source§impl UnpinAllChatMessages<'_>
impl UnpinAllChatMessages<'_>
sourcepub async fn call(self) -> Result<(), MethodCall>
pub async fn call(self) -> Result<(), MethodCall>
Calls the method.
Trait Implementations§
source§impl<'a> Clone for UnpinAllChatMessages<'a>
impl<'a> Clone for UnpinAllChatMessages<'a>
source§fn clone(&self) -> UnpinAllChatMessages<'a>
fn clone(&self) -> UnpinAllChatMessages<'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