Preparing search index...
The search index is not available
Oceanic
Oceanic
Types/JSON
JSONWebhook
Interface JSONWebhook
interface
JSONWebhook
{
applicationID
:
null
|
string
;
avatar
:
null
|
string
;
channelID
:
null
|
string
;
createdAt
:
number
;
guildID
:
null
|
string
;
id
:
string
;
name
:
null
|
string
;
sourceChannel
?:
Pick
<
RawChannel
,
"name"
|
"id"
>
;
sourceGuild
?:
Pick
<
RawGuild
,
"name"
|
"id"
|
"icon"
>
;
token
?:
string
;
type
:
WebhookTypes
;
user
?:
JSONUser
;
}
Hierarchy (
view full
)
JSONBase
JSONWebhook
Index
Properties
applicationID
avatar
channelID
created
At
guildID
id
name
source
Channel?
source
Guild?
token?
type
user?
Properties
applicationID
applicationID
:
null
|
string
avatar
avatar
:
null
|
string
channelID
channelID
:
null
|
string
created
At
created
At
:
number
guildID
guildID
:
null
|
string
id
id
:
string
name
name
:
null
|
string
Optional
source
Channel
source
Channel
?:
Pick
<
RawChannel
,
"name"
|
"id"
>
Optional
source
Guild
source
Guild
?:
Pick
<
RawGuild
,
"name"
|
"id"
|
"icon"
>
Optional
token
token
?:
string
type
type
:
WebhookTypes
Optional
user
user
?:
JSONUser
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
applicationID
avatar
channelID
created
At
guildID
id
name
source
Channel
source
Guild
token
type
user
Oceanic
Loading...