Represents a webhook on Guilded.

See

https://www.guilded.gg/docs/api/webhook/Webhook

Hierarchy

  • APIWebhook

Properties

channelId: string

The ID of the channel the webhook belongs to.

createdAt: string

The date the webhook was created.

createdBy: string

The ID of the user that created the webhook.

deletedAt?: string

The date the webhook was deleted.

id: string

The ID of the webhook.

name: string

The name of the webhook.

serverId: string

The ID of the server the webhook belongs to.

token?: string

The token of the webhook.