Skip to main content

DiscordThreadCreateExtra

Documentation


Documentation / @discordeno/types / DiscordThreadCreateExtra

Interface: DiscordThreadCreateExtra

Defined in: discord/gateway.ts:372

https://docs.discord.com/developers/events/gateway-events#thread-create

Properties

newly_created?

optional newly_created?: boolean

Defined in: discord/gateway.ts:379

When a thread is created this will be true on that channel payload for the thread.

Remarks

The Thread Create event may fire for a few reasons, however this fields only exists when it is fired because a thread was created.