@typed-discord/rest
Preparing search index...
types
MessageCreateRequest
Interface MessageCreateRequest
interface
MessageCreateRequest
{
allowed_mentions
?:
MessageAllowedMentionsRequest
|
null
;
attachments
?:
MessageAttachmentRequest
[]
|
null
;
components
?:
|
(
|
ActionRowComponentForMessageRequest
|
ContainerComponentForMessageRequest
|
FileComponentForMessageRequest
|
MediaGalleryComponentForMessageRequest
|
SectionComponentForMessageRequest
|
SeparatorComponentForMessageRequest
|
TextDisplayComponentForMessageRequest
)
[]
|
null
;
content
?:
string
|
null
;
embeds
?:
RichEmbed
[]
|
null
;
enforce_nonce
?:
boolean
|
null
;
flags
?:
number
|
null
;
message_reference
?:
MessageReferenceRequest
|
null
;
nonce
?:
string
|
number
|
null
;
poll
?:
PollCreateRequest
|
null
;
shared_client_theme
?:
CustomClientThemeShareRequest
|
null
;
sticker_ids
?:
`
${
bigint
}
`
[]
|
null
;
tts
?:
boolean
|
null
;
}
Index
Properties
allowed_
mentions?
attachments?
components?
content?
embeds?
enforce_
nonce?
flags?
message_
reference?
nonce?
poll?
shared_
client_
theme?
sticker_
ids?
tts?
Properties
Optional
allowed_
mentions
allowed_mentions
?:
MessageAllowedMentionsRequest
|
null
Optional
attachments
attachments
?:
MessageAttachmentRequest
[]
|
null
Optional
components
components
?:
|
(
|
ActionRowComponentForMessageRequest
|
ContainerComponentForMessageRequest
|
FileComponentForMessageRequest
|
MediaGalleryComponentForMessageRequest
|
SectionComponentForMessageRequest
|
SeparatorComponentForMessageRequest
|
TextDisplayComponentForMessageRequest
)
[]
|
null
Optional
content
content
?:
string
|
null
Optional
embeds
embeds
?:
RichEmbed
[]
|
null
Optional
enforce_
nonce
enforce_nonce
?:
boolean
|
null
Optional
flags
flags
?:
number
|
null
Optional
message_
reference
message_reference
?:
MessageReferenceRequest
|
null
Optional
nonce
nonce
?:
string
|
number
|
null
Optional
poll
poll
?:
PollCreateRequest
|
null
Optional
shared_
client_
theme
shared_client_theme
?:
CustomClientThemeShareRequest
|
null
Optional
sticker_
ids
sticker_ids
?:
`
${
bigint
}
`
[]
|
null
Optional
tts
tts
?:
boolean
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
allowed_
mentions
attachments
components
content
embeds
enforce_
nonce
flags
message_
reference
nonce
poll
shared_
client_
theme
sticker_
ids
tts
@typed-discord/rest
Loading...