Skip to main content

DiscordSectionComponent

@discordeno/bot


Documentation / @discordeno/bot / DiscordSectionComponent

Interface: DiscordSectionComponent

Defined in: packages/types/dist/types/discord/components.d.ts:212

https://discord.com/developers/docs/components/reference#section-section-structure

Extends

Properties

accessory

accessory: DiscordButtonComponent | DiscordThumbnailComponent

Defined in: packages/types/dist/types/discord/components.d.ts:217

A thumbnail or a button component, with a future possibility of adding more compatible components


components

components: DiscordTextDisplayComponent[]

Defined in: packages/types/dist/types/discord/components.d.ts:215

One to three text components


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

DiscordBaseComponent.id


type

type: Section

Defined in: packages/types/dist/types/discord/components.d.ts:213

The type of the component

Overrides

DiscordBaseComponent.type