pub struct AnswerWebAppQuery { /* private fields */ }Expand description
Builder for the answerWebAppQuery method.
Sets the result of an interaction with a Web App and sends the corresponding
message on behalf of the user to the originating chat.
Returns a SentWebAppMessage object.
Trait Implementations§
Source§impl IntoFuture for AnswerWebAppQuery
impl IntoFuture for AnswerWebAppQuery
Source§type Output = Result<Value, Error>
type Output = Result<Value, Error>
Returns SentWebAppMessage as serde_json::Value until the type is defined in Priority 4.
Source§type IntoFuture = Pin<Box<dyn Future<Output = <AnswerWebAppQuery as IntoFuture>::Output> + Send>>
type IntoFuture = Pin<Box<dyn Future<Output = <AnswerWebAppQuery as IntoFuture>::Output> + Send>>
Which kind of future are we turning this into?
Source§fn into_future(self) -> Self::IntoFuture
fn into_future(self) -> Self::IntoFuture
Creates a future from a value. Read more
Auto Trait Implementations§
impl Freeze for AnswerWebAppQuery
impl !RefUnwindSafe for AnswerWebAppQuery
impl Send for AnswerWebAppQuery
impl Sync for AnswerWebAppQuery
impl Unpin for AnswerWebAppQuery
impl UnsafeUnpin for AnswerWebAppQuery
impl !UnwindSafe for AnswerWebAppQuery
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more