pub struct SlackApiUsersProfileGetResponseInit {
pub profile: SlackUserProfile,
}Fields§
§profile: SlackUserProfileTrait Implementations§
source§impl From<SlackApiUsersProfileGetResponseInit> for SlackApiUsersProfileGetResponse
impl From<SlackApiUsersProfileGetResponseInit> for SlackApiUsersProfileGetResponse
source§fn from(value: SlackApiUsersProfileGetResponseInit) -> Self
fn from(value: SlackApiUsersProfileGetResponseInit) -> Self
Converts to this type from the input type.