Preparing search index...
The search index is not available
discord-js-button-pagination-ts
discord-js-button-pagination-ts
<internal>
BaseMessageOptions
Interface BaseMessageOptions
interface
BaseMessageOptions
{
allowedMentions
?:
MessageMentionOptions
;
components
?:
readonly
(
|
APIMessageTopLevelComponent
|
TopLevelComponentData
|
JSONEncodable
<
APIMessageTopLevelComponent
>
|
ActionRowData
<
(MessageActionRowComponentBuilder | MessageActionRowComponentData)
,
>
)
[]
;
content
?:
string
;
embeds
?:
readonly
(
APIEmbed
|
JSONEncodable
<
APIEmbed
>
)
[]
;
files
?:
readonly
(
|
Stream
|
Attachment
|
BufferResolvable
|
AttachmentBuilder
|
AttachmentPayload
|
JSONEncodable
<
APIAttachment
>
)
[]
;
}
Hierarchy (
View Summary
)
BaseMessageOptions
BaseMessageOptionsWithPoll
GuildForumThreadMessageCreateOptions
Index
Properties
allowed
Mentions?
components?
content?
embeds?
files?
Properties
Optional
allowed
Mentions
allowedMentions
?:
MessageMentionOptions
Optional
components
components
?:
readonly
(
|
APIMessageTopLevelComponent
|
TopLevelComponentData
|
JSONEncodable
<
APIMessageTopLevelComponent
>
|
ActionRowData
<
(MessageActionRowComponentBuilder | MessageActionRowComponentData)
,
>
)
[]
Optional
content
content
?:
string
Optional
embeds
embeds
?:
readonly
(
APIEmbed
|
JSONEncodable
<
APIEmbed
>
)
[]
Optional
files
files
?:
readonly
(
|
Stream
|
Attachment
|
BufferResolvable
|
AttachmentBuilder
|
AttachmentPayload
|
JSONEncodable
<
APIAttachment
>
)
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
allowed
Mentions
components
content
embeds
files
discord-js-button-pagination-ts
Loading...