[][src]Struct block_kit::payload::interaction::InteractiveRespondPayload

pub struct InteractiveRespondPayload { /* fields omitted */ }

Publishing messages back to the place where the interaction happened, using response_url which is in interactive component payload, like BlockActionsPayload.

Methods

impl InteractiveRespondPayload[src]

pub fn new() -> Self[src]

pub fn payload(self, payload: CommonMessagePayload) -> Self[src]

pub fn response_type(self, response_type: ResponseType) -> Self[src]

pub fn replace_original(self, replace_original: bool) -> Self[src]

pub fn delete_original(self, delete_original: bool) -> Self[src]

Trait Implementations

impl Debug for InteractiveRespondPayload[src]

impl Default for InteractiveRespondPayload[src]

impl Serialize for InteractiveRespondPayload[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = !

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.