@typed-discord/rest
Preparing search index...
types
ChannelFollowerWebhookResponse
Interface ChannelFollowerWebhookResponse
interface
ChannelFollowerWebhookResponse
{
application_id
:
`
${
bigint
}
`
|
null
;
avatar
:
string
|
null
;
channel_id
:
`
${
bigint
}
`
|
null
;
guild_id
?:
`
${
bigint
}
`
|
null
;
id
:
`
${
bigint
}
`
;
name
:
string
;
source_channel
?:
WebhookSourceChannelResponse
;
source_guild
?:
WebhookSourceGuildResponse
;
type
:
CHANNEL_FOLLOWER
;
user
?:
UserResponse
;
}
Index
Properties
application_
id
avatar
channel_
id
guild_
id?
id
name
source_
channel?
source_
guild?
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
Optional
source_
channel
source_channel
?:
WebhookSourceChannelResponse
Optional
source_
guild
source_guild
?:
WebhookSourceGuildResponse
type
type
:
CHANNEL_FOLLOWER
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
source_
channel
source_
guild
type
user
@typed-discord/rest
Loading...