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