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