import { type InteractionDataResolved } from "https://deno.land/x/natico@4.0.0-pre.4/examples/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