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