Type Alias: InvitationResponse
Properties
| Property | Type | Required | Description |
|---|---|---|---|
id | string | Yes | Invitation ID |
gatheringId | string | Yes | Gathering ID |
participantId | string | No | Invited participant ID |
email | string | No | Invited email |
displayName | string | No | Display name of the invitee |
invitedById | string | No | Who sent the invitation (null for system-generated invitations) |
status | "pending" | "accepted" | "declined" | "expired" | Yes | Invitation status |
joinUrl | string | Yes | Join URL |
joinCode | string | Yes | Join code |
invitedAt | string | Yes | When invitation was sent |
expiresAt | string | No | When invitation expires |
respondedAt | string | No | When invitee responded |
Defined in
4Players/cortex-typescript-sdk/src/resources/gatherings.ts:30