DiscordActionRow
Documentation / @discordeno/bot / DiscordActionRow
Interface: DiscordActionRow
Defined in: packages/types/dist/types/discord/components.d.ts:46
https://discord.com/developers/docs/components/reference#action-row-action-row-structure
Extends
Properties
components
components: (
DiscordSelectMenuComponent
|DiscordButtonComponent
|DiscordTextInputComponent
)[]
Defined in: packages/types/dist/types/discord/components.d.ts:54
The components in this row
Remarks
Up to 5 button components, a single select component or a single text input component
id?
optional
id:number
Defined in: packages/types/dist/types/discord/components.d.ts:43
32 bit integer used as an optional identifier for component
Inherited from
type
type:
ActionRow
Defined in: packages/types/dist/types/discord/components.d.ts:47
The type of the component