chat.bsky.convo.sendMessage

bsky-lexicons.bsky.social

{
  "id": "chat.bsky.convo.sendMessage",
  "defs": {
    "main": {
      "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"
      },
      "errors": [
        {
          "name": "ConvoLocked"
        },
        {
          "name": "InvalidConvo"
        }
      ],
      "output": {
        "schema": {
          "ref": "chat.bsky.convo.defs#messageView",
          "type": "ref"
        },
        "encoding": "application/json"
      },
      "description": "Sends a message to a conversation."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against chat.bsky.convo.sendMessage

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:4v4y5r3lwsbtmsxhile2ljac
CID
bafyreihtjzavhhwg5mw6fq2pbev22cqgqs7mqi22trv2jzzyaym5auoyhq
Indexed At
2026-04-15 20:56 UTC
AT-URI
at://did:plc:4v4y5r3lwsbtmsxhile2ljac/com.atproto.lexicon.schema/chat.bsky.convo.sendMessage

Version History (2 versions)

Referenced Schemas (2)

Lexicon Garden

@