Struct slack_morphism::api::SlackApiViewsOpenRequestInit
source · pub struct SlackApiViewsOpenRequestInit {
pub trigger_id: SlackTriggerId,
pub view: SlackView,
}Fields§
§trigger_id: SlackTriggerId§view: SlackViewTrait Implementations§
source§impl From<SlackApiViewsOpenRequestInit> for SlackApiViewsOpenRequest
impl From<SlackApiViewsOpenRequestInit> for SlackApiViewsOpenRequest
source§fn from(value: SlackApiViewsOpenRequestInit) -> Self
fn from(value: SlackApiViewsOpenRequestInit) -> Self
Converts to this type from the input type.