Skip to main content

CreateForumPostWithMessage

Documentation


Documentation / @discordeno/types / CreateForumPostWithMessage

Interface: CreateForumPostWithMessage

Defined in: discordeno/channel.ts:352

https://docs.discord.com/developers/resources/channel#start-thread-in-forum-or-media-channel-jsonform-params

Properties

appliedTags?

optional appliedTags?: BigString[]

Defined in: discordeno/channel.ts:362

The IDs of the set of tags that have been applied to a thread in a GUILD_FORUM or a GUILD_MEDIA channel


autoArchiveDuration?

optional autoArchiveDuration?: 60 | 1440 | 4320 | 10080

Defined in: discordeno/channel.ts:356

Duration in minutes to automatically archive the thread after recent activity


files?

optional files?: FileContent[]

Defined in: discordeno/channel.ts:364

The contents of the files being sent


message

message: ForumAndMediaThreadMessage

Defined in: discordeno/channel.ts:360

contents of the first message in the forum/media thread


name

name: string

Defined in: discordeno/channel.ts:354

1-100 character thread name


rateLimitPerUser?

optional rateLimitPerUser?: number | null

Defined in: discordeno/channel.ts:358

Amount of seconds a user has to wait before sending another message (0-21600)