interface WebhookFields

export interface WebhookFields extends PartialWebhookFields

readonly
createdAt : Date

readonly
createdTimestamp : number

Inherited from: PartialWebhookFields

readonly
url : string

Inherited from: PartialWebhookFields

delete(
reason?: string
) : Promise<void>

deleteMessage(
message: MessageResolvable | APIMessage | '@original'
threadId?: Snowflake
) : Promise<void>

Inherited from: PartialWebhookFields

editMessage() : Promise<APIMessage | Message>

Inherited from: PartialWebhookFields

fetchMessage(
message: Snowflake | '@original'
) : Promise<APIMessage | Message>

Inherited from: PartialWebhookFields

sendSlackMessage(
body: unknown
) : Promise<boolean>