pub struct SlackAppManifestFeaturesShortcutInit {
pub name: String,
pub callback_id: SlackCallbackId,
pub description: String,
pub ty: SlackShortcutType,
}Fields§
§name: String§callback_id: SlackCallbackId§description: String§ty: SlackShortcutTypeTrait Implementations§
source§impl From<SlackAppManifestFeaturesShortcutInit> for SlackAppManifestFeaturesShortcut
impl From<SlackAppManifestFeaturesShortcutInit> for SlackAppManifestFeaturesShortcut
source§fn from(value: SlackAppManifestFeaturesShortcutInit) -> Self
fn from(value: SlackAppManifestFeaturesShortcutInit) -> Self
Converts to this type from the input type.