Pagination
Preparing search index...
Payload
Interface Payload
interface
Payload
{
allowedMentions
?:
MessageMentionOptions
;
components
?:
readonly
(
|
APIActionRowComponent
<
APIMessageActionRowComponent
>
|
JSONEncodable
<
APIActionRowComponent
<
APIMessageActionRowComponent
>
>
|
ActionRowData
<
MessageActionRowComponentBuilder
|
MessageActionRowComponentData
,
>
)
[]
;
content
?:
string
;
embeds
?:
readonly
(
APIEmbed
|
JSONEncodable
<
APIEmbed
>
)
[]
;
files
?:
readonly
(
|
Attachment
|
AttachmentBuilder
|
AttachmentPayload
|
BufferResolvable
|
JSONEncodable
<
APIAttachment
>
|
Stream
)
[]
;
flags
?:
number
;
}
Hierarchy
BaseMessageOptions
Payload
Index
Properties
allowed
Mentions?
components?
content?
embeds?
files?
flags?
Properties
Optional
allowed
Mentions
allowedMentions
?:
MessageMentionOptions
Optional
components
components
?:
readonly
(
|
APIActionRowComponent
<
APIMessageActionRowComponent
>
|
JSONEncodable
<
APIActionRowComponent
<
APIMessageActionRowComponent
>
>
|
ActionRowData
<
MessageActionRowComponentBuilder
|
MessageActionRowComponentData
,
>
)
[]
Optional
content
content
?:
string
Optional
embeds
embeds
?:
readonly
(
APIEmbed
|
JSONEncodable
<
APIEmbed
>
)
[]
Optional
files
files
?:
readonly
(
|
Attachment
|
AttachmentBuilder
|
AttachmentPayload
|
BufferResolvable
|
JSONEncodable
<
APIAttachment
>
|
Stream
)
[]
Optional
flags
flags
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
allowed
Mentions
components
content
embeds
files
flags
Pagination
Loading...