chat.bsky.convo.getConvoAvailability
#main
Get whether the requester and the other members can chat. If an existing convo is found for these members, it is returned.
Parameters
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| members | array of did | - | ✅ | - |
Output
- Encoding: application/json
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| canChat | boolean | - | ✅ | - |
| convo | chat.bsky.convo.defs#convoView | - | ❌ | - |