pub struct SlackEventAuthorizationInit {
pub team_id: SlackTeamId,
pub user_id: SlackUserId,
}Fields§
§team_id: SlackTeamId§user_id: SlackUserIdTrait Implementations§
source§impl From<SlackEventAuthorizationInit> for SlackEventAuthorization
impl From<SlackEventAuthorizationInit> for SlackEventAuthorization
source§fn from(value: SlackEventAuthorizationInit) -> Self
fn from(value: SlackEventAuthorizationInit) -> Self
Converts to this type from the input type.