pub struct SlackInteractionShortcutEventInit {
pub team: SlackBasicTeamInfo,
pub user: SlackBasicUserInfo,
pub callback_id: SlackCallbackId,
pub trigger_id: SlackTriggerId,
}Fields§
§team: SlackBasicTeamInfo§user: SlackBasicUserInfo§callback_id: SlackCallbackId§trigger_id: SlackTriggerIdTrait Implementations§
source§impl From<SlackInteractionShortcutEventInit> for SlackInteractionShortcutEvent
impl From<SlackInteractionShortcutEventInit> for SlackInteractionShortcutEvent
source§fn from(value: SlackInteractionShortcutEventInit) -> Self
fn from(value: SlackInteractionShortcutEventInit) -> Self
Converts to this type from the input type.