Skip to main content

DiscordActionRow

@discordeno/botDocs


Documentation / @discordeno/bot / DiscordActionRow

Interface: DiscordActionRow

https://discord.com/developers/docs/interactions/message-components#actionrow

Properties

components

components: (DiscordSelectMenuComponent | DiscordButtonComponent | DiscordInputTextComponent)[]

The components in this row

Defined in

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


type

type: ActionRow

Action rows are a group of buttons.

Defined in

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