@typed-discord/rest
Preparing search index...
types
IncomingWebhookRequestPartial
Interface IncomingWebhookRequestPartial
interface
IncomingWebhookRequestPartial
{
allowed_mentions
?:
MessageAllowedMentionsRequest
|
null
;
applied_tags
?:
`
${
bigint
}
`
[]
|
null
;
attachments
?:
MessageAttachmentRequest
[]
|
null
;
avatar_url
?:
string
|
null
;
components
?:
|
(
|
ActionRowComponentForMessageRequest
|
ContainerComponentForMessageRequest
|
FileComponentForMessageRequest
|
MediaGalleryComponentForMessageRequest
|
SectionComponentForMessageRequest
|
SeparatorComponentForMessageRequest
|
TextDisplayComponentForMessageRequest
)
[]
|
null
;
content
?:
string
|
null
;
embeds
?:
RichEmbed
[]
|
null
;
flags
?:
number
|
null
;
poll
?:
PollCreateRequest
|
null
;
thread_name
?:
string
|
null
;
tts
?:
boolean
|
null
;
username
?:
string
|
null
;
}
Index
Properties
allowed_
mentions?
applied_
tags?
attachments?
avatar_
url?
components?
content?
embeds?
flags?
poll?
thread_
name?
tts?
username?
Properties
Optional
allowed_
mentions
allowed_mentions
?:
MessageAllowedMentionsRequest
|
null
Optional
applied_
tags
applied_tags
?:
`
${
bigint
}
`
[]
|
null
Optional
attachments
attachments
?:
MessageAttachmentRequest
[]
|
null
Optional
avatar_
url
avatar_url
?:
string
|
null
Optional
components
components
?:
|
(
|
ActionRowComponentForMessageRequest
|
ContainerComponentForMessageRequest
|
FileComponentForMessageRequest
|
MediaGalleryComponentForMessageRequest
|
SectionComponentForMessageRequest
|
SeparatorComponentForMessageRequest
|
TextDisplayComponentForMessageRequest
)
[]
|
null
Optional
content
content
?:
string
|
null
Optional
embeds
embeds
?:
RichEmbed
[]
|
null
Optional
flags
flags
?:
number
|
null
Optional
poll
poll
?:
PollCreateRequest
|
null
Optional
thread_
name
thread_name
?:
string
|
null
Optional
tts
tts
?:
boolean
|
null
Optional
username
username
?:
string
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
allowed_
mentions
applied_
tags
attachments
avatar_
url
components
content
embeds
flags
poll
thread_
name
tts
username
@typed-discord/rest
Loading...