Struct slack_morphism::prelude::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.