@typed-discord/rest
Preparing search index...
types
ApplicationIncomingWebhookResponse
Interface ApplicationIncomingWebhookResponse
interface
ApplicationIncomingWebhookResponse
{
application_id
:
`
${
bigint
}
`
|
null
;
avatar
:
string
|
null
;
channel_id
:
`
${
bigint
}
`
|
null
;
guild_id
?:
`
${
bigint
}
`
|
null
;
id
:
`
${
bigint
}
`
;
name
:
string
;
type
:
APPLICATION_INCOMING
;
user
?:
UserResponse
;
}
Index
Properties
application_
id
avatar
channel_
id
guild_
id?
id
name
type
user?
Properties
application_
id
application_id
:
`
${
bigint
}
`
|
null
avatar
avatar
:
string
|
null
channel_
id
channel_id
:
`
${
bigint
}
`
|
null
Optional
guild_
id
guild_id
?:
`
${
bigint
}
`
|
null
id
id
:
`
${
bigint
}
`
name
name
:
string
type
type
:
APPLICATION_INCOMING
Optional
user
user
?:
UserResponse
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
application_
id
avatar
channel_
id
guild_
id
id
name
type
user
@typed-discord/rest
Loading...