pub struct SlackInteractionViewClosedEventInit {
pub team: SlackBasicTeamInfo,
pub user: SlackBasicUserInfo,
pub view: SlackStatefulView,
}Fields§
§team: SlackBasicTeamInfo§user: SlackBasicUserInfo§view: SlackStatefulViewTrait Implementations§
source§impl From<SlackInteractionViewClosedEventInit> for SlackInteractionViewClosedEvent
impl From<SlackInteractionViewClosedEventInit> for SlackInteractionViewClosedEvent
source§fn from(value: SlackInteractionViewClosedEventInit) -> Self
fn from(value: SlackInteractionViewClosedEventInit) -> Self
Converts to this type from the input type.