Struct slack_morphism::api::SlackOAuthV2AuthedUserInit
source · pub struct SlackOAuthV2AuthedUserInit {
pub id: SlackUserId,
}Fields§
§id: SlackUserIdTrait Implementations§
source§impl From<SlackOAuthV2AuthedUserInit> for SlackOAuthV2AuthedUser
impl From<SlackOAuthV2AuthedUserInit> for SlackOAuthV2AuthedUser
source§fn from(value: SlackOAuthV2AuthedUserInit) -> Self
fn from(value: SlackOAuthV2AuthedUserInit) -> Self
Converts to this type from the input type.