Skip to main content
Module

x/oasis/deps.ts>DiscordInteractionDataResolved

An object oriented Discordeno framework
Latest
interface DiscordInteractionDataResolved
Re-export
import { type DiscordInteractionDataResolved } from "https://deno.land/x/oasis@2.1.0/deps.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