Preparing search index...
The search index is not available
Oceanic
Oceanic
Types/Webhooks
RawWebhook
Interface RawWebhook
interface
RawWebhook
{
application_id
:
null
|
string
;
avatar
:
null
|
string
;
channel_id
:
null
|
string
;
guild_id
?:
null
|
string
;
id
:
string
;
name
:
null
|
string
;
source_channel
?:
Pick
<
RawChannel
,
"name"
|
"id"
>
;
source_guild
?:
Pick
<
RawGuild
,
"name"
|
"id"
|
"icon"
>
;
token
?:
string
;
type
:
WebhookTypes
;
url
?:
string
;
user
?:
RawUser
;
}
Index
Properties
application_
id
avatar
channel_
id
guild_
id?
id
name
source_
channel?
source_
guild?
token?
type
url?
user?
Properties
application_
id
application_
id
:
null
|
string
avatar
avatar
:
null
|
string
channel_
id
channel_
id
:
null
|
string
Optional
guild_
id
guild_
id
?:
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
url
url
?:
string
Optional
user
user
?:
RawUser
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
application_
id
avatar
channel_
id
guild_
id
id
name
source_
channel
source_
guild
token
type
url
user
Oceanic
Loading...