Skip to main content
Latest
interface InteractionDataResolved
Re-export
import { type InteractionDataResolved } from "https://deno.land/x/discordeno_cache_plugin@0.0.21/deps.ts";

Properties

optional
messages: Record<string, Message>

The Ids and Message objects

optional
users: Record<string, User>

The Ids and User objects

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

The Ids and partial Member objects

optional
roles: Record<string, Role>

The Ids and Role objects

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

The Ids and partial Channel objects