Struct slack_chat_api::InteractivePayload [−][src]
pub struct InteractivePayload {Show 18 fields
pub interactive_slack_payload_type: String,
pub user: User,
pub api_app_id: String,
pub token: String,
pub hash: String,
pub container: Container,
pub view: Modal,
pub callback_id: String,
pub trigger_id: String,
pub team: Team,
pub enterprise: Option<Value>,
pub is_enterprise_install: bool,
pub channel: Channel,
pub message: Message,
pub state: State,
pub response_url: String,
pub response_urls: Vec<String>,
pub actions: Vec<ActionBlock>,
}Fields
interactive_slack_payload_type: Stringuser: Userapi_app_id: Stringtoken: Stringhash: Stringcontainer: Containerview: Modalcallback_id: Stringtrigger_id: Stringteam: Teamenterprise: Option<Value>is_enterprise_install: boolchannel: Channelmessage: Messagestate: Stateresponse_url: Stringresponse_urls: Vec<String>actions: Vec<ActionBlock>Trait Implementations
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for InteractivePayload
impl Send for InteractivePayload
impl Sync for InteractivePayload
impl Unpin for InteractivePayload
impl UnwindSafe for InteractivePayload
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more