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

chat.bsky.convo.sendMessageBatch

bsky-lexicons.bsky.social

Documentation

main procedure

Input

Encodingapplication/json
items array Required

No description provided.

maxLength: 100 bytes

Output

Encodingapplication/json
items array 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://bsky.social)
Enter valid JSON for the request body
View raw schema
{
  "type": "procedure",
  "input": {
    "schema": {
      "type": "object",
      "required": [
        "items"
      ],
      "properties": {
        "items": {
          "type": "array",
          "items": {
            "ref": "#batchItem",
            "type": "ref"
          },
          "maxLength": 100
        }
      }
    },
    "encoding": "application/json"
  },
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "items"
      ],
      "properties": {
        "items": {
          "type": "array",
          "items": {
            "ref": "chat.bsky.convo.defs#messageView",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  }
}
batchItem object

Properties

convoId string Required

No description provided.

View raw schema
{
  "type": "object",
  "required": [
    "convoId",
    "message"
  ],
  "properties": {
    "convoId": {
      "type": "string"
    },
    "message": {
      "ref": "chat.bsky.convo.defs#messageInput",
      "type": "ref"
    }
  }
}

Lexicon Garden

@