chat.bsky.group.getJoinLinkPreviews
#main​
Get public information about groups from join links. The output array matches the input codes one-to-one by position (and each view also carries its 'code'). Disabled codes return a disabledJoinLinkPreviewView, and codes that do not map to a previewable link return an invalidJoinLinkPreviewView.
Parameters​
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| codes | array | - | ✅ | - |
Output​
- Encoding: application/json
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| joinLinkPreviews | array of union chat.bsky.group.defs#joinLinkPreviewView chat.bsky.group.defs#disabledJoinLinkPreviewView chat.bsky.group.defs#invalidJoinLinkPreviewView | - | ✅ | - |