Skip to main content
Module

x/discord_api_types/v10.ts>APIUserInteractionDataResolved

Up to date Discord API Typings, versioned by the API version
Go to Latest
type alias APIUserInteractionDataResolved
Re-export
import { type APIUserInteractionDataResolved } from "https://deno.land/x/discord_api_types@0.37.21/v10.ts";

users and optional members from APIInteractionDataResolved, for user commands and user selects

definition: Required<Pick<APIInteractionDataResolved, "users">> & Pick<APIInteractionDataResolved, "members">