@typed-discord/rest
Preparing search index...
types
MinimalContentMessageResponse
Function MinimalContentMessageResponse
MinimalContentMessageResponse
(
type
:
MessageType
,
content
:
string
,
mentions
:
UserResponse
[]
,
mention_roles
:
`
${
bigint
}
`
[]
,
attachments
:
MessageAttachmentResponse
[]
,
embeds
:
MessageEmbedResponse
[]
,
timestamp
:
string
,
edited_timestamp
:
string
|
null
,
flags
:
number
,
components
:
(
|
ActionRowComponentResponse
|
ContainerComponentResponse
|
FileComponentResponse
|
MediaGalleryComponentResponse
|
SectionComponentResponse
|
SeparatorComponentResponse
|
TextDisplayComponentResponse
)
[]
,
optional
?:
Omit
<
MinimalContentMessageResponse
,
|
"components"
|
"type"
|
"flags"
|
"content"
|
"mentions"
|
"mention_roles"
|
"attachments"
|
"embeds"
|
"timestamp"
|
"edited_timestamp"
,
>
,
)
:
MinimalContentMessageResponse
Parameters
type
:
MessageType
content
:
string
mentions
:
UserResponse
[]
mention_roles
:
`
${
bigint
}
`
[]
attachments
:
MessageAttachmentResponse
[]
embeds
:
MessageEmbedResponse
[]
timestamp
:
string
edited_timestamp
:
string
|
null
flags
:
number
components
: (
|
ActionRowComponentResponse
|
ContainerComponentResponse
|
FileComponentResponse
|
MediaGalleryComponentResponse
|
SectionComponentResponse
|
SeparatorComponentResponse
|
TextDisplayComponentResponse
)
[]
Optional
optional
:
Omit
<
MinimalContentMessageResponse
,
|
"components"
|
"type"
|
"flags"
|
"content"
|
"mentions"
|
"mention_roles"
|
"attachments"
|
"embeds"
|
"timestamp"
|
"edited_timestamp"
,
>
Returns
MinimalContentMessageResponse
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@typed-discord/rest
Loading...