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