Struct slack_morphism::api::SlackApiAuthTestResponseInit
source · pub struct SlackApiAuthTestResponseInit {
pub user_id: SlackUserId,
pub team_id: SlackTeamId,
pub team: String,
pub url: SlackTeamUrl,
}Fields§
§user_id: SlackUserId§team_id: SlackTeamId§team: String§url: SlackTeamUrlTrait Implementations§
source§impl From<SlackApiAuthTestResponseInit> for SlackApiAuthTestResponse
impl From<SlackApiAuthTestResponseInit> for SlackApiAuthTestResponse
source§fn from(value: SlackApiAuthTestResponseInit) -> Self
fn from(value: SlackApiAuthTestResponseInit) -> Self
Converts to this type from the input type.