Triggered when a guest is updated. This webhook always fires together with Event Guest Created and Event Guest Deleted webhooks. When calling it, it might be triggered twice - make sure to explicitly add code to make sure parts of your code only run once.
handler(event: GuestUpdatedEnvelope): void | Promise<void>