Skip to main content

ForumAndMediaThreadMessage

Documentation


Documentation / @discordeno/types / ForumAndMediaThreadMessage

Interface: ForumAndMediaThreadMessage

Defined in: discordeno/channel.ts:368

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

Properties

allowedMentions?

optional allowedMentions?: AllowedMentions

Defined in: discordeno/channel.ts:374

Allowed mentions for the message


attachments?

optional attachments?: Pick<DiscordAttachment, "id" | "description" | "filename">[]

Defined in: discordeno/channel.ts:380

Attachment objects with filename and description


components?

optional components?: MessageComponents

Defined in: discordeno/channel.ts:376

The components you would like to have sent in this message


content?

optional content?: string

Defined in: discordeno/channel.ts:370

The message contents (up to 2000 characters)


embeds?

optional embeds?: object[]

Defined in: discordeno/channel.ts:372

Embedded rich content (up to 6000 characters)

author?

optional author?: object

author.iconUrl?

optional iconUrl?: string

author.name

name: string

author.proxyIconUrl?

optional proxyIconUrl?: string

author.url?

optional url?: string

color?

optional color?: number

description?

optional description?: string

fields?

optional fields?: object[]

optional footer?: object

footer.iconUrl?

optional iconUrl?: string

footer.proxyIconUrl?

optional proxyIconUrl?: string

footer.text

text: string

image?

optional image?: object

image.height?

optional height?: number

image.proxyUrl?

optional proxyUrl?: string

image.url

url: string

image.width?

optional width?: number

provider?

optional provider?: object

provider.name?

optional name?: string

provider.url?

optional url?: string

thumbnail?

optional thumbnail?: object

thumbnail.height?

optional height?: number

thumbnail.proxyUrl?

optional proxyUrl?: string

thumbnail.url

url: string

thumbnail.width?

optional width?: number

timestamp?

optional timestamp?: string

title?

optional title?: string

type?

optional type?: EmbedTypes

url?

optional url?: string

video?

optional video?: object

video.height?

optional height?: number

video.proxyUrl?

optional proxyUrl?: string

video.url?

optional url?: string

video.width?

optional width?: number


flags?

optional flags?: number

Defined in: discordeno/channel.ts:386

Message flags combined as a bitfield, only SUPPRESS_EMBEDS, SUPPRESS_NOTIFICATIONS and IS_COMPONENTS_V2 can be set

See

MessageFlags


stickerIds?

optional stickerIds?: BigString[]

Defined in: discordeno/channel.ts:378

IDs of up to 3 stickers in the server to send in the message