Skip to main content

TextDisplayComponent

Documentation


Documentation / @discordeno/types / TextDisplayComponent

Interface: TextDisplayComponent

Defined in: discordeno/components.ts:357

https://docs.discord.com/developers/components/reference#text-display

Extends

Properties

content

content: string

Defined in: discordeno/components.ts:361

Text that will be displayed similar to a message


id?

optional id?: number

Defined in: discordeno/components.ts:42

32 bit integer used as an optional identifier for component

Inherited from

BaseComponent.id


type

type: TextDisplay

Defined in: discordeno/components.ts:358

The type of the component

Overrides

BaseComponent.type