Skip to main content

DiscordTextDisplayComponent

Documentation


Documentation / @discordeno/types / DiscordTextDisplayComponent

Interface: DiscordTextDisplayComponent

Defined in: discord/components.ts:601

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

Extends

Properties

content

content: string

Defined in: discord/components.ts:605

Text that will be displayed similar to a message


id?

optional id?: number

Defined in: discord/components.ts:100

32 bit integer used as an optional identifier for component

Inherited from

DiscordBaseComponent.id


type

type: TextDisplay

Defined in: discord/components.ts:602

The type of the component

Overrides

DiscordBaseComponent.type