Webhook
Documentation / @discordeno/bot / Webhook
Interface: Webhook
Defined in: bot/src/transformers/types.ts:1853
Properties
applicationId?
optionalapplicationId:bigint
Defined in: bot/src/transformers/types.ts:1873
The bot/OAuth2 application that created this webhook
avatar?
optionalavatar:bigint
Defined in: bot/src/transformers/types.ts:1871
The default user avatar hash of the webhook
channelId?
optionalchannelId:bigint
Defined in: bot/src/transformers/types.ts:1865
The channel id this webhook is for
guildId?
optionalguildId:bigint
Defined in: bot/src/transformers/types.ts:1863
The guild id this webhook is for
id
id:
bigint
Defined in: bot/src/transformers/types.ts:1861
The id of the webhook
name?
optionalname:string
Defined in: bot/src/transformers/types.ts:1869
The default name of the webhook
sourceChannel?
optionalsourceChannel:Partial<Channel>
Defined in: bot/src/transformers/types.ts:1877
The channel that this webhook is following (returned for Channel Follower Webhooks)
sourceGuild?
optionalsourceGuild:Partial<Guild>
Defined in: bot/src/transformers/types.ts:1875
The guild of the channel that this webhook is following (returned for Channel Follower Webhooks)
token?
optionaltoken:string
Defined in: bot/src/transformers/types.ts:1857
The secure token of the webhook (returned for Incoming Webhooks)
type
type:
WebhookTypes
Defined in: bot/src/transformers/types.ts:1855
The type of the webhook
url?
optionalurl:string
Defined in: bot/src/transformers/types.ts:1859
The url used for executing the webhook (returned by the webhooks OAuth2 flow)
user?
optionaluser:User
Defined in: bot/src/transformers/types.ts:1867
The user this webhook was created by (not returned when getting a webhook with its token)