Skip to main content

DiscordInteractionDataResolved

@discordeno/botDocs


Documentation / @discordeno/bot / DiscordInteractionDataResolved

Interface: DiscordInteractionDataResolved

Properties

attachments

attachments: Record<string, DiscordAttachment>

The ids and attachment objects

Defined in

packages/types/dist/types/discord.d.ts:1895


channels?

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

The Ids and partial Channel objects

Defined in

packages/types/dist/types/discord.d.ts:1893


members?

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

The Ids and partial Member objects

Defined in

packages/types/dist/types/discord.d.ts:1889


messages?

optional messages: Record<string, DiscordMessage>

The Ids and Message objects

Defined in

packages/types/dist/types/discord.d.ts:1885


roles?

optional roles: Record<string, DiscordRole>

The Ids and Role objects

Defined in

packages/types/dist/types/discord.d.ts:1891


users?

optional users: Record<string, DiscordUser>

The Ids and User objects

Defined in

packages/types/dist/types/discord.d.ts:1887