Struct slack_morphism_models::events::SlackInteractionShortcutEventInit [−][src]
pub struct SlackInteractionShortcutEventInit {
pub team: SlackBasicTeamInfo,
pub user: SlackBasicUserInfo,
pub callback_id: SlackCallbackId,
pub trigger_id: SlackTriggerId,
}Fields
team: SlackBasicTeamInfouser: SlackBasicUserInfocallback_id: SlackCallbackIdtrigger_id: SlackTriggerIdTrait Implementations
Performs the conversion.
Auto Trait Implementations
impl Send for SlackInteractionShortcutEventInitimpl Sync for SlackInteractionShortcutEventInitimpl Unpin for SlackInteractionShortcutEventInit