import { type DiscordInteractionDataResolved } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/helpers/deps.ts";
Properties
optional
members: Record<string, Omit<DiscordInteractionMember, "user" | "deaf" | "mute">>The Ids and partial Member objects
optional
channels: Record<string, Pick<DiscordChannel, | "id"
| "name"
| "type"
| "permissions"
The Ids and partial Channel objects