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

chat.bsky.convo.sendMessage

bsky-lexicons.bsky.social

Documentation

main procedure

Input

Encodingapplication/json
convoId string Required

No description provided.

Output

Encodingapplication/json
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": [
        "convoId",
        "message"
      ],
      "properties": {
        "convoId": {
          "type": "string"
        },
        "message": {
          "ref": "chat.bsky.convo.defs#messageInput",
          "type": "ref"
        }
      }
    },
    "encoding": "application/json"
  },
  "output": {
    "schema": {
      "ref": "chat.bsky.convo.defs#messageView",
      "type": "ref"
    },
    "encoding": "application/json"
  }
}

Lexicon Garden

@