Packages@robojs/mock
MockWebhook
Interface: MockWebhook
Full webhook object
See
https://discord.com/developers/docs/resources/webhook#webhook-object
Properties
| Property | Type |
|---|---|
application_id | null | string |
avatar | null | string |
channel_id | string |
guild_id? | string |
id | string |
name | null | string |
source_channel? | { id: string; name: string; } |
source_channel.id | string |
source_channel.name | string |
source_guild? | { icon: null | string; id: string; name: string; } |
source_guild.icon | null | string |
source_guild.id | string |
source_guild.name | string |
token? | string |
type | WebhookType |
url? | string |
user? | MockUser |
