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