Skip to main content
Extremely Popular
Go to Latest
interface DiscordInteractionDataResolved
Re-export
import { type DiscordInteractionDataResolved } from "https://deno.land/x/discordeno@13.0.0-rc45/mod.ts";

Properties

optional
messages: Record<string, DiscordMessage>

The Ids and Message objects

optional
users: Record<string, DiscordUser>

The Ids and User objects

optional
members: Record<string, Omit<DiscordInteractionMember, "user" | "deaf" | "mute">>

The Ids and partial Member objects

optional
roles: Record<string, DiscordRole>

The Ids and Role objects

optional
channels: Record<string, Pick<DiscordChannel,
| "id"
| "name"
| "type"
| "permissions"
>>

The Ids and partial Channel objects

optional
attachments: Record<string, DiscordAttachment>

The Ids and attachments objects