Struct slack_morphism::api::SlackApiBotsInfoResponseInit
source · pub struct SlackApiBotsInfoResponseInit {
pub bot: SlackBotInfo,
}Fields§
§bot: SlackBotInfoTrait Implementations§
source§impl From<SlackApiBotsInfoResponseInit> for SlackApiBotsInfoResponse
impl From<SlackApiBotsInfoResponseInit> for SlackApiBotsInfoResponse
source§fn from(value: SlackApiBotsInfoResponseInit) -> Self
fn from(value: SlackApiBotsInfoResponseInit) -> Self
Converts to this type from the input type.