Skip to main content

DiscordInteractionDataResolved

@discordeno/bot


Documentation / @discordeno/bot / DiscordInteractionDataResolved

Interface: DiscordInteractionDataResolved

Defined in: packages/types/dist/types/discord.d.ts:1886

Properties

attachments

attachments: Record<string, DiscordAttachment>

Defined in: packages/types/dist/types/discord.d.ts:1898

The ids and attachment objects


channels?

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

Defined in: packages/types/dist/types/discord.d.ts:1896

The Ids and partial Channel objects


members?

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

Defined in: packages/types/dist/types/discord.d.ts:1892

The Ids and partial Member objects


messages?

optional messages: Record<string, DiscordMessage>

Defined in: packages/types/dist/types/discord.d.ts:1888

The Ids and Message objects


roles?

optional roles: Record<string, DiscordRole>

Defined in: packages/types/dist/types/discord.d.ts:1894

The Ids and Role objects


users?

optional users: Record<string, DiscordUser>

Defined in: packages/types/dist/types/discord.d.ts:1890

The Ids and User objects