#linkEnabledStatus
| Property | Type | Known Values | Required | Description |
|---|
| linkEnabledStatus | string | enabled disabled | ❌ | - |
#joinRule
| Property | Type | Known Values | Required | Description |
|---|
| joinRule | string | anyone followedByOwner | ❌ | - |
#joinLinkView
Join link view to be used within a group view, so the convo is surrounding, not specified inside this view.
#joinLinkPreviewView
Preview that can be shown in feeds, including to unauthenticated viewers.
#disabledJoinLinkPreviewView
Preview for a disabled join link. Carries only the code so clients can correlate with the input and render a disabled state.
| Property | Type | Known Values | Required | Description |
|---|
| code | string | - | ✅ | - |
#invalidJoinLinkPreviewView
Preview for a join link code that does not map to an existing link. Carries only the code so clients can correlate with the input and render an invalid state.
| Property | Type | Known Values | Required | Description |
|---|
| code | string | - | ✅ | - |
#joinLinkViewerState
| Property | Type | Known Values | Required | Description |
|---|
| requestedAt | string (datetime) | - | ❌ | - |
#joinRequestView
A join request from the perspective of the group owner.
#joinRequestConvoView
A join request from the perspective of the requester, including enough group context to render the request in a list (e.g. group name, owner, member count).