Discord.https - v3.0.16
Preparing search index...
structures/MessagePayload
BaseMessageOptionsWithPoll
Interface BaseMessageOptionsWithPoll
interface
BaseMessageOptionsWithPoll
{
allowedMentions
?:
MessageMentionOptions
;
components
?:
readonly
(
|
APIMessageTopLevelComponent
|
JSONEncodable
<
APIMessageTopLevelComponent
>
|
TopLevelComponentData
|
ActionRowData
<
(MessageActionRowComponentData | MessageActionRowComponentBuilder)
,
>
)
[]
;
content
?:
string
;
embeds
?:
readonly
(
APIEmbed
|
JSONEncodable
<
APIEmbed
>
)
[]
;
files
?:
readonly
AttachmentBuilder
[]
;
poll
?:
PollData
;
}
Hierarchy (
View Summary
)
BaseMessageOptions
BaseMessageOptionsWithPoll
InteractionReplyOptions
MessageCreateOptions
Index
Properties
allowed
Mentions?
components?
content?
embeds?
files?
poll?
Properties
Optional
allowed
Mentions
allowedMentions
?:
MessageMentionOptions
Optional
components
components
?:
readonly
(
|
APIMessageTopLevelComponent
|
JSONEncodable
<
APIMessageTopLevelComponent
>
|
TopLevelComponentData
|
ActionRowData
<
(MessageActionRowComponentData | MessageActionRowComponentBuilder)
,
>
)
[]
Optional
content
content
?:
string
Optional
embeds
embeds
?:
readonly
(
APIEmbed
|
JSONEncodable
<
APIEmbed
>
)
[]
Optional
files
files
?:
readonly
AttachmentBuilder
[]
Optional
poll
poll
?:
PollData
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
allowed
Mentions
components
content
embeds
files
poll
Discord.https - v3.0.16
Loading...