ForumAndMediaThreadMessage
Documentation / @discordeno/types / ForumAndMediaThreadMessage
Interface: ForumAndMediaThreadMessage
Defined in: discordeno/channel.ts:368
Properties
allowedMentions?
optionalallowedMentions?:AllowedMentions
Defined in: discordeno/channel.ts:374
Allowed mentions for the message
attachments?
optionalattachments?:Pick<DiscordAttachment,"id"|"description"|"filename">[]
Defined in: discordeno/channel.ts:380
Attachment objects with filename and description
components?
optionalcomponents?:MessageComponents
Defined in: discordeno/channel.ts:376
The components you would like to have sent in this message
content?
optionalcontent?:string
Defined in: discordeno/channel.ts:370
The message contents (up to 2000 characters)
embeds?
optionalembeds?:object[]
Defined in: discordeno/channel.ts:372
Embedded rich content (up to 6000 characters)
author?
optionalauthor?:object
author.iconUrl?
optionaliconUrl?:string
author.name
name:
string
author.proxyIconUrl?
optionalproxyIconUrl?:string
author.url?
optionalurl?:string
color?
optionalcolor?:number
description?
optionaldescription?:string
fields?
optionalfields?:object[]
footer?
optionalfooter?:object
footer.iconUrl?
optionaliconUrl?:string
footer.proxyIconUrl?
optionalproxyIconUrl?:string
footer.text
text:
string
image?
optionalimage?:object
image.height?
optionalheight?:number
image.proxyUrl?
optionalproxyUrl?:string
image.url
url:
string
image.width?
optionalwidth?:number
provider?
optionalprovider?:object
provider.name?
optionalname?:string
provider.url?
optionalurl?:string
thumbnail?
optionalthumbnail?:object
thumbnail.height?
optionalheight?:number
thumbnail.proxyUrl?
optionalproxyUrl?:string
thumbnail.url
url:
string
thumbnail.width?
optionalwidth?:number
timestamp?
optionaltimestamp?:string
title?
optionaltitle?:string
type?
optionaltype?:EmbedTypes
url?
optionalurl?:string
video?
optionalvideo?:object
video.height?
optionalheight?:number
video.proxyUrl?
optionalproxyUrl?:string
video.url?
optionalurl?:string
video.width?
optionalwidth?:number
flags?
optionalflags?: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
stickerIds?
optionalstickerIds?:BigString[]
Defined in: discordeno/channel.ts:378
IDs of up to 3 stickers in the server to send in the message