Struct slack_morphism::prelude::events::SlackInteractionViewClosedEventInit [−][src]
pub struct SlackInteractionViewClosedEventInit {
pub team: SlackBasicTeamInfo,
pub user: SlackBasicUserInfo,
pub view: SlackStatefulView,
}Fields
team: SlackBasicTeamInfouser: SlackBasicUserInfoview: SlackStatefulViewTrait Implementations
Performs the conversion.
