RawWebhookData:
    | APIWebhook
    | RESTGetAPIWebhookWithTokenResult
    | Partial<APIWebhook> & Required<Pick<APIWebhook, "id" | "guild_id">>