Struct slack_morphism::prelude::events::SlackTeamJoinEventInit
source · pub struct SlackTeamJoinEventInit {
pub user: SlackUser,
}Fields§
§user: SlackUserTrait Implementations§
source§impl From<SlackTeamJoinEventInit> for SlackTeamJoinEvent
impl From<SlackTeamJoinEventInit> for SlackTeamJoinEvent
source§fn from(value: SlackTeamJoinEventInit) -> Self
fn from(value: SlackTeamJoinEventInit) -> Self
Converts to this type from the input type.