Skip to main content
Module

x/natico/mod.ts>InteractionDataResolved

A powerful and customizable framework for Discordeno
Latest
interface InteractionDataResolved
Re-export
import { type InteractionDataResolved } from "https://deno.land/x/natico@4.0.0-pre.4/mod.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