Struct slack_morphism::prelude::SlackBotInfoInit
source · pub struct SlackBotInfoInit {
pub name: String,
pub app_id: String,
pub user_id: String,
}Fields§
§name: String§app_id: String§user_id: StringTrait Implementations§
source§impl From<SlackBotInfoInit> for SlackBotInfo
impl From<SlackBotInfoInit> for SlackBotInfo
source§fn from(value: SlackBotInfoInit) -> Self
fn from(value: SlackBotInfoInit) -> Self
Converts to this type from the input type.