Preparing search index...
The search index is not available
Oceanic
Oceanic
Types/Webhooks
ChannelFollowerWebhook
Interface ChannelFollowerWebhook
interface
ChannelFollowerWebhook
{
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"
>
;
type
:
WebhookTypes
;
user
?:
RawUser
;
}
Hierarchy (
view full
)
BasicWebhook
Required
<
Pick
<
RawWebhook
,
"source_guild"
|
"source_channel"
>
>
Pick
<
RawWebhook
,
"user"
>
ChannelFollowerWebhook
Index
Properties
application_
id
avatar
channel_
id
guild_
id?
id
name
source_
channel
source_
guild
type
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
source_
channel
source_
channel
:
Pick
<
RawChannel
,
"name"
|
"id"
>
source_
guild
source_
guild
:
Pick
<
RawGuild
,
"name"
|
"id"
|
"icon"
>
type
type
:
WebhookTypes
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
type
user
Oceanic
Loading...