Backfill in-progress. Some lexicons and records may be missing or incomplete.

chat.bsky.convo.getConvoAvailability

bsky-lexicons.bsky.social

Documentation

main query

Get whether the requester and the other members can chat. If an existing convo is found for these members, it is returned.

Parameters

members array of string Required

No description provided.

Output

Encodingapplication/json
canChat boolean Required

No description provided.

Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://api.bsky.social)
Parameters
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "canChat"
      ],
      "properties": {
        "convo": {
          "ref": "chat.bsky.convo.defs#convoView",
          "type": "ref"
        },
        "canChat": {
          "type": "boolean"
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "members"
    ],
    "properties": {
      "members": {
        "type": "array",
        "items": {
          "type": "string",
          "format": "did"
        },
        "maxLength": 10,
        "minLength": 1
      }
    }
  },
  "description": "Get whether the requester and the other members can chat. If an existing convo is found for these members, it is returned."
}

Lexicon Garden

@