pub struct SlackAppManifestFeaturesBotUserInit {
pub display_name: String,
pub always_online: bool,
}Fields§
§display_name: String§always_online: boolTrait Implementations§
source§impl From<SlackAppManifestFeaturesBotUserInit> for SlackAppManifestFeaturesBotUser
impl From<SlackAppManifestFeaturesBotUserInit> for SlackAppManifestFeaturesBotUser
source§fn from(value: SlackAppManifestFeaturesBotUserInit) -> Self
fn from(value: SlackAppManifestFeaturesBotUserInit) -> Self
Converts to this type from the input type.