@typed-discord/rest
Preparing search index...
types
ApplicationIncomingWebhookResponse
Function ApplicationIncomingWebhookResponse
ApplicationIncomingWebhookResponse
(
application_id
:
`
${
bigint
}
`
|
null
,
avatar
:
string
|
null
,
channel_id
:
`
${
bigint
}
`
|
null
,
id
:
`
${
bigint
}
`
,
name
:
string
,
optional
?:
Omit
<
ApplicationIncomingWebhookResponse
,
"id"
|
"name"
|
"type"
|
"application_id"
|
"avatar"
|
"channel_id"
,
>
,
)
:
ApplicationIncomingWebhookResponse
Parameters
application_id
:
`
${
bigint
}
`
|
null
avatar
:
string
|
null
channel_id
:
`
${
bigint
}
`
|
null
id
:
`
${
bigint
}
`
name
:
string
Optional
optional
:
Omit
<
ApplicationIncomingWebhookResponse
,
"id"
|
"name"
|
"type"
|
"application_id"
|
"avatar"
|
"channel_id"
,
>
Returns
ApplicationIncomingWebhookResponse
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@typed-discord/rest
Loading...